UserRepositoryTests

7

tests

0

failures

0

ignored

1.535s

duration

100%

successful

Tests

Test Duration Result
createUser_positive() 1.463s passed
deleteUser_positive() 0.019s passed
getAllUsers_neutral() 0.008s passed
getAllUsers_positive() 0.009s passed
getUserById_positive() 0.012s passed
getUserByUsername_positive() 0.007s passed
updateUser_positive() 0.017s passed

Standard output

17:19:57.185 [Test worker] DEBUG o.t.u.TestcontainersConfiguration - Testcontainers configuration overrides will be loaded from file:/C:/Users/rockd/.testcontainers.properties
17:19:57.219 [Test worker] INFO  o.t.utility.ImageNameSubstitutor - Image name substitution will be performed by: DefaultImageNameSubstitutor (composite of 'ConfigurationFileImageNameSubstitutor' and 'PrefixingImageNameSubstitutor')
17:19:57.358 [Test worker] DEBUG o.t.c.ParsedDockerComposeFile - Resolved dependency image for Docker Compose in C:\Workspace\egyetem\mesteri\enterprisemodszerek\bibliospring-gradle\src\test\resources\docker-compose.yml: adminer
17:19:57.479 [Test worker] INFO  o.t.d.DockerClientProviderStrategy - Loaded org.testcontainers.dockerclient.NpipeSocketClientProviderStrategy from ~/.testcontainers.properties, will try it first
17:19:57.483 [Test worker] DEBUG o.t.d.DockerClientProviderStrategy - Trying out strategy: NpipeSocketClientProviderStrategy
17:19:58.051 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: 
17:19:58.132 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000001: preparing request execution
17:19:58.150 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:19:58.179 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:19:58.179 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000001: target auth state: UNCHALLENGED
17:19:58.181 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000001: proxy auth state: UNCHALLENGED
17:19:58.182 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000001: acquiring connection with route {}->npipe://localhost:2375
17:19:58.183 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000001: acquiring endpoint (3 MINUTES)
17:19:58.185 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000001: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 0; route allocated: 0 of 2147483647; total allocated: 0 of 2147483647]
17:19:58.192 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000001: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:19:58.221 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000001: acquired ep-00000000
17:19:58.222 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000001: acquired endpoint ep-00000000
17:19:58.222 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000001: opening connection {}->npipe://localhost:2375
17:19:58.223 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000000: connecting endpoint (3 MINUTES)
17:19:58.223 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000000: connecting endpoint to npipe://localhost:2375 (3 MINUTES)
17:19:58.226 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.DefaultHttpClientConnectionOperator - http-outgoing-0: connecting to localhost/127.0.0.1:2375
17:19:58.227 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.DefaultHttpClientConnectionOperator - http-outgoing-0: connection established 
17:19:58.228 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000000: connected http-outgoing-0
17:19:58.228 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000000: endpoint connected
17:19:58.228 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000001: executing GET /v1.32/info HTTP/1.1
17:19:58.229 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000000: start execution ex-00000001
17:19:58.229 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000000: executing exchange ex-00000001 over http-outgoing-0
17:19:58.231 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> GET /v1.32/info HTTP/1.1
17:19:58.231 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:19:58.232 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> Accept-Encoding: gzip, x-gzip, deflate
17:19:58.232 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> Host: localhost:2375
17:19:58.232 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> Connection: keep-alive
17:19:58.232 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:19:58.232 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "GET /v1.32/info HTTP/1.1[\r][\n]"
17:19:58.232 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:19:58.232 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:19:58.233 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "Host: localhost:2375[\r][\n]"
17:19:58.234 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "Connection: keep-alive[\r][\n]"
17:19:58.234 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:19:58.234 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "[\r][\n]"
17:19:58.476 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "HTTP/1.1 200 OK[\r][\n]"
17:19:58.477 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Api-Version: 1.41[\r][\n]"
17:19:58.477 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Content-Type: application/json[\r][\n]"
17:19:58.477 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Date: Thu, 04 May 2023 14:19:58 GMT[\r][\n]"
17:19:58.477 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Docker-Experimental: false[\r][\n]"
17:19:58.477 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Ostype: linux[\r][\n]"
17:19:58.477 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:19:58.477 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Transfer-Encoding: chunked[\r][\n]"
17:19:58.477 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "[\r][\n]"
17:19:58.481 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << HTTP/1.1 200 OK
17:19:58.482 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Api-Version: 1.41
17:19:58.483 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Content-Type: application/json
17:19:58.484 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Date: Thu, 04 May 2023 14:19:58 GMT
17:19:58.484 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Docker-Experimental: false
17:19:58.484 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Ostype: linux
17:19:58.484 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Server: Docker/20.10.24 (linux)
17:19:58.484 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Transfer-Encoding: chunked
17:19:58.491 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000001: connection can be kept alive for 3 MINUTES
17:19:58.501 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "a8a[\r][\n]"
17:19:58.502 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "{"ID":"XS4U:3A2N:FIZY:A5CN:D6IO:KJAC:IXJF:ZBGK:HVOH:FCAY:VOPT:ABFE","Containers":17,"ContainersRunning":0,"ContainersPaused":0,"ContainersStopped":17,"Images":122,"Driver":"overlay2","DriverStatus":[["Backing Filesystem","extfs"],["Supports d_type","true"],["Native Overlay Diff","true"],["userxattr","false"]],"Plugins":{"Volume":["local"],"Network":["bridge","host","ipvlan","macvlan","null","overlay"],"Authorization":null,"Log":["awslogs","fluentd","gcplogs","gelf","journald","json-file","local","logentries","splunk","syslog"]},"MemoryLimit":true,"SwapLimit":true,"KernelMemory":true,"KernelMemoryTCP":true,"CpuCfsPeriod":true,"CpuCfsQuota":true,"CPUShares":true,"CPUSet":true,"PidsLimit":true,"IPv4Forwarding":true,"BridgeNfIptables":true,"BridgeNfIp6tables":true,"Debug":false,"NFd":49,"OomKillDisable":true,"NGoroutines":56,"SystemTime":"2023-05-04T14:19:58.288617514Z","LoggingDriver":"json-file","CgroupDriver":"cgroupfs","CgroupVersion":"1","NEventsListener":8,"KernelVersion":"5.15.90.1-microsoft-standard-WSL2","OperatingSystem":"Docker Desktop","OSVersion":"","OSType":"linux","Architecture":"x86_64","IndexServerAddress":"https://index.docker.io/v1/","RegistryConfig":{"AllowNondistributableArtifactsCIDRs":[],"AllowNondistributableArtifactsHostnames":[],"InsecureRegistryCIDRs":["127.0.0.0/8"],"IndexConfigs":{"docker.io":{"Name":"docker.io","Mirrors":[],"Secure":true,"Official":true},"hubproxy.docker.internal:5555":{"Name":"hubproxy.docker.internal:5555","Mirrors":[],"Secure":false,"Official":false}},"Mirrors":[]},"NCPU":8,"MemTotal":8170438656,"GenericResources":null,"DockerRootDir":"/var/lib/docker","HttpProxy":"http.docker.internal:3128","HttpsProxy":"http.docker.internal:3128","NoProxy":"hubproxy.docker.internal","Name":"docker-desktop","Labels":[],"ExperimentalBuild":false,"ServerVersion":"20.10.24","Runtimes":{"io.containerd.runc.v2":{"path":"runc"},"io.containerd.runtime.v1.linux":{"path":"runc"},"runc":{"path":"runc"}},"DefaultRuntime":"runc","Swarm":{"NodeID":"","NodeAddr":"","LocalNodeState":"inactive","ControlAvailable":false,"Error":"","RemoteManagers":null},"LiveRestoreEnabled":false,"Isolation":"","InitBinary":"docker-init","ContainerdCommit":{"ID":"2456e983eb9e37e47538f59ea18f2043c9a73640","Expected":"2456e983eb9e37e47538f59ea18f2043c9a73640"},"RuncCommit":{"ID":"v1.1.4-0-g5fd4c4d","Expected":"v1.1.4-0-g5fd4c4d"},"InitCommit":{"ID":"de40ad0","Expected":"de40ad0"},"SecurityOptions":["name=seccomp,profile=default"],"Warnings":["WARNING: No blkio throttle.read_bps_device support","WARNING: No blkio throttle.write_bps_device support","WARNING: No blkio throttle.read_iops_device support","WARNING: No blkio throttle.write_iops_device support"]}[\n]"
17:19:58.502 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "[\r][\n]"
17:19:58.502 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "0[\r][\n]"
17:19:58.502 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "[\r][\n]"
17:19:58.747 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000000: releasing valid endpoint
17:19:58.747 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000000: releasing endpoint
17:19:58.747 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000000: connection http-outgoing-0 can be kept alive for 3 MINUTES
17:19:58.748 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000000: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:19:58.749 [Test worker] INFO  o.t.d.DockerClientProviderStrategy - Found Docker environment with local Npipe socket (npipe:////./pipe/docker_engine)
17:19:58.749 [Test worker] DEBUG o.t.d.DockerClientProviderStrategy - Transport type: 'httpclient5', Docker host: 'npipe:////./pipe/docker_engine'
17:19:58.749 [Test worker] DEBUG o.t.d.DockerClientProviderStrategy - Checking Docker OS type for local Npipe socket (npipe:////./pipe/docker_engine)
17:19:58.751 [Test worker] INFO  o.testcontainers.DockerClientFactory - Docker host IP address is localhost
17:19:58.751 [Test worker] DEBUG o.testcontainers.DockerClientFactory - Docker info: {NGoroutines=56, Name=docker-desktop, Swarm={NodeID=, NodeAddr=, LocalNodeState=inactive, ControlAvailable=false, Error=, RemoteManagers=null}, RuncCommit={ID=v1.1.4-0-g5fd4c4d, Expected=v1.1.4-0-g5fd4c4d}, OSVersion=, Runtimes={io.containerd.runc.v2={path=runc}, io.containerd.runtime.v1.linux={path=runc}, runc={path=runc}}, ID=XS4U:3A2N:FIZY:A5CN:D6IO:KJAC:IXJF:ZBGK:HVOH:FCAY:VOPT:ABFE, DriverStatus=[[Backing Filesystem, extfs], [Supports d_type, true], [Native Overlay Diff, true], [userxattr, false]], BridgeNfIptables=true, LiveRestoreEnabled=false, SystemTime=2023-05-04T14:19:58.288617514Z, NoProxy=hubproxy.docker.internal, Architecture=x86_64, NEventsListener=8, HttpsProxy=http.docker.internal:3128, Images=122, ContainersRunning=0, Labels=[], InitCommit={ID=de40ad0, Expected=de40ad0}, NFd=49, KernelVersion=5.15.90.1-microsoft-standard-WSL2, LoggingDriver=json-file, OSType=linux, SecurityOptions=[name=seccomp,profile=default], ContainerdCommit={ID=2456e983eb9e37e47538f59ea18f2043c9a73640, Expected=2456e983eb9e37e47538f59ea18f2043c9a73640}, GenericResources=null, KernelMemory=true, OperatingSystem=Docker Desktop, RegistryConfig={AllowNondistributableArtifactsCIDRs=[], AllowNondistributableArtifactsHostnames=[], InsecureRegistryCIDRs=[127.0.0.0/8], IndexConfigs={docker.io={Name=docker.io, Mirrors=[], Secure=true, Official=true}, hubproxy.docker.internal:5555={Name=hubproxy.docker.internal:5555, Mirrors=[], Secure=false, Official=false}}, Mirrors=[]}, ServerVersion=20.10.24, OomKillDisable=true, CpuCfsQuota=true, Containers=17, Driver=overlay2, KernelMemoryTCP=true, IPv4Forwarding=true, ExperimentalBuild=false, DockerRootDir=/var/lib/docker, CPUSet=true, CpuCfsPeriod=true, DefaultRuntime=runc, CPUShares=true, Debug=false, NCPU=8, Plugins={Volume=[local], Network=[bridge, host, ipvlan, macvlan, null, overlay], Authorization=null, Log=[awslogs, fluentd, gcplogs, gelf, journald, json-file, local, logentries, splunk, syslog]}, SwapLimit=true, CgroupDriver=cgroupfs, ContainersPaused=0, MemTotal=8170438656, IndexServerAddress=https://index.docker.io/v1/, MemoryLimit=true, HttpProxy=http.docker.internal:3128, InitBinary=docker-init, CgroupVersion=1, PidsLimit=true, Isolation=, BridgeNfIp6tables=true, Warnings=[WARNING: No blkio throttle.read_bps_device support, WARNING: No blkio throttle.write_bps_device support, WARNING: No blkio throttle.read_iops_device support, WARNING: No blkio throttle.write_iops_device support], ContainersStopped=17}
17:19:58.761 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: 
17:19:58.766 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000002: preparing request execution
17:19:58.767 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:19:58.767 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:19:58.767 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000002: target auth state: UNCHALLENGED
17:19:58.767 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000002: proxy auth state: UNCHALLENGED
17:19:58.767 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000002: acquiring connection with route {}->npipe://localhost:2375
17:19:58.767 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000002: acquiring endpoint (3 MINUTES)
17:19:58.768 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000002: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:19:58.768 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000002: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:19:58.768 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000002: acquired ep-00000001
17:19:58.769 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000002: acquired endpoint ep-00000001
17:19:58.769 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000002: executing GET /v1.32/version HTTP/1.1
17:19:58.769 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000001: start execution ex-00000002
17:19:58.769 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000001: executing exchange ex-00000002 over http-outgoing-0
17:19:58.769 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> GET /v1.32/version HTTP/1.1
17:19:58.769 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> accept: application/json
17:19:58.769 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:19:58.769 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> Accept-Encoding: gzip, x-gzip, deflate
17:19:58.769 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> Host: localhost:2375
17:19:58.769 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> Connection: keep-alive
17:19:58.769 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:19:58.770 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "GET /v1.32/version HTTP/1.1[\r][\n]"
17:19:58.770 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "accept: application/json[\r][\n]"
17:19:58.770 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:19:58.770 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:19:58.770 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "Host: localhost:2375[\r][\n]"
17:19:58.770 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "Connection: keep-alive[\r][\n]"
17:19:58.770 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:19:58.770 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "[\r][\n]"
17:19:58.901 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "HTTP/1.1 200 OK[\r][\n]"
17:19:58.902 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Api-Version: 1.41[\r][\n]"
17:19:58.902 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Content-Type: application/json[\r][\n]"
17:19:58.902 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Date: Thu, 04 May 2023 14:19:58 GMT[\r][\n]"
17:19:58.902 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Docker-Experimental: false[\r][\n]"
17:19:58.902 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Ostype: linux[\r][\n]"
17:19:58.902 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:19:58.902 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Transfer-Encoding: chunked[\r][\n]"
17:19:58.902 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "[\r][\n]"
17:19:58.903 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << HTTP/1.1 200 OK
17:19:58.903 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Api-Version: 1.41
17:19:58.903 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Content-Type: application/json
17:19:58.903 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Date: Thu, 04 May 2023 14:19:58 GMT
17:19:58.903 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Docker-Experimental: false
17:19:58.903 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Ostype: linux
17:19:58.903 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Server: Docker/20.10.24 (linux)
17:19:58.903 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Transfer-Encoding: chunked
17:19:58.904 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000002: connection can be kept alive for 3 MINUTES
17:19:58.924 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "35f[\r][\n]"
17:19:58.924 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "{"Platform":{"Name":"Docker Desktop 4.18.0 (104112)"},"Components":[{"Name":"Engine","Version":"20.10.24","Details":{"ApiVersion":"1.41","Arch":"amd64","BuildTime":"2023-04-04T18:18:42.000000000+00:00","Experimental":"false","GitCommit":"5d6db84","GoVersion":"go1.19.7","KernelVersion":"5.15.90.1-microsoft-standard-WSL2","MinAPIVersion":"1.12","Os":"linux"}},{"Name":"containerd","Version":"1.6.18","Details":{"GitCommit":"2456e983eb9e37e47538f59ea18f2043c9a73640"}},{"Name":"runc","Version":"1.1.4","Details":{"GitCommit":"v1.1.4-0-g5fd4c4d"}},{"Name":"docker-init","Version":"0.19.0","Details":{"GitCommit":"de40ad0"}}],"Version":"20.10.24","ApiVersion":"1.41","MinAPIVersion":"1.12","GitCommit":"5d6db84","GoVersion":"go1.19.7","Os":"linux","Arch":"amd64","KernelVersion":"5.15.90.1-microsoft-standard-WSL2","BuildTime":"2023-04-04T18:18:42.000000000+00:00"}[\n]"
17:19:58.925 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "[\r][\n]"
17:19:58.925 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "0[\r][\n]"
17:19:58.925 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "[\r][\n]"
17:19:58.948 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000001: releasing valid endpoint
17:19:58.948 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000001: releasing endpoint
17:19:58.948 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000001: connection http-outgoing-0 can be kept alive for 3 MINUTES
17:19:58.949 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000001: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:19:58.949 [Test worker] DEBUG o.testcontainers.DockerClientFactory - Docker version: {Components=[{Name=Engine, Version=20.10.24, Details={ApiVersion=1.41, Arch=amd64, BuildTime=2023-04-04T18:18:42.000000000+00:00, Experimental=false, GitCommit=5d6db84, GoVersion=go1.19.7, KernelVersion=5.15.90.1-microsoft-standard-WSL2, MinAPIVersion=1.12, Os=linux}}, {Name=containerd, Version=1.6.18, Details={GitCommit=2456e983eb9e37e47538f59ea18f2043c9a73640}}, {Name=runc, Version=1.1.4, Details={GitCommit=v1.1.4-0-g5fd4c4d}}, {Name=docker-init, Version=0.19.0, Details={GitCommit=de40ad0}}], KernelVersion=5.15.90.1-microsoft-standard-WSL2, ApiVersion=1.41, Platform={Name=Docker Desktop 4.18.0 (104112)}, GitCommit=5d6db84, Os=linux, Version=20.10.24, MinAPIVersion=1.12, Arch=amd64, GoVersion=go1.19.7, BuildTime=2023-04-04T18:18:42.000000000+00:00}
17:19:58.949 [Test worker] INFO  o.testcontainers.DockerClientFactory - Connected to docker: 
  Server Version: 20.10.24
  API Version: 1.41
  Operating System: Docker Desktop
  Total Memory: 7791 MB
17:19:58.950 [Test worker] DEBUG o.t.utility.RyukResourceReaper - Ryuk is enabled
17:19:58.950 [Test worker] INFO  o.t.utility.RyukResourceReaper - Ryuk started - will monitor and terminate Testcontainers containers on JVM exit
17:19:58.950 [Test worker] DEBUG o.testcontainers.DockerClientFactory - Checks are enabled
17:19:58.950 [Test worker] INFO  o.testcontainers.DockerClientFactory - Checking the system...
17:19:58.953 [Test worker] INFO  o.testcontainers.DockerClientFactory - ✔︎ Docker server version should be at least 1.6.0
17:19:58.958 [Test worker] DEBUG o.t.u.PrefixingImageNameSubstitutor - No prefix is configured
17:19:58.958 [Test worker] DEBUG o.t.utility.ImageNameSubstitutor - Did not find a substitute image for testcontainers/ryuk:0.3.4 (using image substitutor: DefaultImageNameSubstitutor (composite of 'ConfigurationFileImageNameSubstitutor' and 'PrefixingImageNameSubstitutor'))
17:19:58.993 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: ListImagesCmdImpl[filters=org.testcontainers.shaded.com.github.dockerjava.core.util.FiltersBuilder@0,imageNameFilter=<null>,showAll=false]
17:19:59.002 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000003: preparing request execution
17:19:59.002 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:19:59.003 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:19:59.003 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000003: target auth state: UNCHALLENGED
17:19:59.003 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000003: proxy auth state: UNCHALLENGED
17:19:59.003 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000003: acquiring connection with route {}->npipe://localhost:2375
17:19:59.003 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000003: acquiring endpoint (3 MINUTES)
17:19:59.003 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000003: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:19:59.004 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000003: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:19:59.004 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000003: acquired ep-00000002
17:19:59.004 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000003: acquired endpoint ep-00000002
17:19:59.004 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000003: executing GET /v1.32/images/json HTTP/1.1
17:19:59.004 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000002: start execution ex-00000003
17:19:59.004 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000002: executing exchange ex-00000003 over http-outgoing-0
17:19:59.004 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> GET /v1.32/images/json HTTP/1.1
17:19:59.004 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> accept: application/json
17:19:59.004 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:19:59.004 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> Accept-Encoding: gzip, x-gzip, deflate
17:19:59.004 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> Host: localhost:2375
17:19:59.005 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> Connection: keep-alive
17:19:59.005 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:19:59.005 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "GET /v1.32/images/json HTTP/1.1[\r][\n]"
17:19:59.005 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "accept: application/json[\r][\n]"
17:19:59.005 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:19:59.005 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:19:59.005 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "Host: localhost:2375[\r][\n]"
17:19:59.005 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "Connection: keep-alive[\r][\n]"
17:19:59.005 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:19:59.005 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "[\r][\n]"
17:19:59.122 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "HTTP/1.1 200 OK[\r][\n]"
17:19:59.123 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Api-Version: 1.41[\r][\n]"
17:19:59.125 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Content-Type: application/json[\r][\n]"
17:19:59.125 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Date: Thu, 04 May 2023 14:19:59 GMT[\r][\n]"
17:19:59.125 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Docker-Experimental: false[\r][\n]"
17:19:59.125 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Ostype: linux[\r][\n]"
17:19:59.125 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:19:59.125 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Transfer-Encoding: chunked[\r][\n]"
17:19:59.126 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "[\r][\n]"
17:19:59.126 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << HTTP/1.1 200 OK
17:19:59.126 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Api-Version: 1.41
17:19:59.127 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Content-Type: application/json
17:19:59.127 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Date: Thu, 04 May 2023 14:19:59 GMT
17:19:59.127 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Docker-Experimental: false
17:19:59.127 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Ostype: linux
17:19:59.127 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Server: Docker/20.10.24 (linux)
17:19:59.127 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Transfer-Encoding: chunked
17:19:59.128 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000003: connection can be kept alive for 3 MINUTES
17:19:59.137 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "8000[\r][\n]"
17:19:59.138 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "[{"Containers":-1,"Created":1681743308,"Id":"sha256:cca4551fe0081545090d0c96b062e9b6934e22b48c252c8e8a072af14e83f701","Labels":{"VERSION":"1.0","maintainer":"zsolt.lukacs@microfocus.com"},"ParentId":"","RepoDigests":["registry.digitalocean.com/lzpe0555-registry/urlshortener@sha256:167f9aa28dc9ec1d26880bcfe50096b177a23331270d018f081901056005dc46"],"RepoTags":["urlshortener-api:latest","registry.digitalocean.com/lzpe0555-registry/urlshortener:api-2.0"],"SharedSize":-1,"Size":234608356,"VirtualSize":234608356},{"Containers":-1,"Created":1681742919,"Id":"sha256:995dc5c581bd8c09f6bfa25d2e73fea68e5204e4d7c46557c7f5665cf48944a3","Labels":{"VERSION":"1.0","maintainer":"zsolt.lukacs@microfocus.com"},"ParentId":"","RepoDigests":["registry.digitalocean.com/lzpe0555-registry/urlshortener@sha256:21ccffbee650626eb5a7bb428195d1cd5021d38b97d840feecc89f5c253889d0"],"RepoTags":["urlshortener:latest","registry.digitalocean.com/lzpe0555-registry/urlshortener:base-1.1","registry.digitalocean.com/lzpe0555-registry/urlshortener:base-2.0"],"SharedSize":-1,"Size":124178973,"VirtualSize":124178973},{"Containers":-1,"Created":1680797191,"Id":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","Labels":null,"ParentId":"","RepoDigests":null,"RepoTags":["tryrc3fywdyt_db:latest"],"SharedSize":-1,"Size":454676090,"VirtualSize":454676090},{"Containers":-1,"Created":1680337401,"Id":"sha256:e2dcd7ddfd6107ffa942609a3d5032dd298ed677b1bdc5e1761b8f8510a87231","Labels":{"VERSION":"1.0","maintainer":"zsolt.lukacs@microfocus.com"},"ParentId":"","RepoDigests":["registry.digitalocean.com/lzpe0555-registry/urlshortener@sha256:9369fa8aca10a4bdd434ccd145b121bcfc817a871c2fc32268bce0ddd60bb7e4"],"RepoTags":["registry.digitalocean.com/lzpe0555-registry/urlshortener:base-1.0"],"SharedSize":-1,"Size":124174162,"VirtualSize":124174162},{"Containers":-1,"Created":1680334668,"Id":"sha256:723f720974fdedbfcb6d8f232492fba91ea5257269191f04f43f2c39689fc2cc","Labels":{"VERSION":"1.0","maintainer":"zsolt.lukacs@microfocus.com"},"ParentId":"","RepoDigests":["registry.digitalocean.com/lzpe0555-registry/urlshortener@sha256:2856cdf5ce1850b4301ce88aedabd271d09d70963da680788d0b5d74e5ad8dfa"],"RepoTags":["registry.digitalocean.com/lzpe0555-registry/urlshortener:api-1.0"],"SharedSize":-1,"Size":234566109,"VirtualSize":234566109},{"Containers":-1,"Created":1680334644,"Id":"sha256:068c75fe46278a4017841000913d0c6e766fb12bedcdd5b3077677306a4d6110","Labels":{"VERSION":"1.0","maintainer":"zsolt.lukacs@microfocus.com"},"ParentId":"","RepoDigests":["registry.digitalocean.com/lzpe0555-registry/urlshortener@sha256:b92c62764bcaf16942e578cfd66aea93074dc22ce7b1f8c0300059b04129c58f"],"RepoTags":null,"SharedSize":-1,"Size":124174422,"VirtualSize":124174422},{"Containers":-1,"Created":1680334308,"Id":"sha256:4fd0795cd1099674c37a9ef909b920ece64ad090884c22f9798843dc8c8f48d3","Labels":{"VERSION":"1.0","maintainer":"zsolt.lukacs@microfocus.com"},"ParentId":"","RepoDigests":["registry.digitalocean.com/lzpe0555-registry/urlshortener@sha256:b0b5462a6f9554e58273cbfbf883901a77f36bee20464940207d03b3614038b9"],"RepoTags":null,"SharedSize":-1,"Size":124174305,"VirtualSize":124174305},{"Containers":-1,"Created":1680332262,"Id":"sha256:001c82c44ff89275716e11fe8ea8379c895a00a2a24b1bbe63d5f6c9a5f0ed2e","Labels":{"VERSION":"1.0","maintainer":"zsolt.lukacs@microfocus.com"},"ParentId":"","RepoDigests":["registry.digitalocean.com/lzpe0555-registry/urlshortener@sha256:ab344414d1a80d9fec8160aac865eb8eb9c1fdaf2ae33241d0bcd5820d36364e"],"RepoTags":null,"SharedSize":-1,"Size":234566077,"VirtualSize":234566077},{"Containers":-1,"Created":1680298847,"Id":"sha256:b2adc05d861ef9dc8d3258f05f92e7729a23cf55a6146725adadbc92a71bee31","Labels":{"VERSION":"1.0","maintainer":"zsolt.lukacs@microfocus.com"},"ParentId":"","RepoDigests":["registry.digitalocean.com/lzpe0555-registry/urlshortener@sha256:488f8b111ef1cf03d91da96fe52f684a6d7b9aab2ea97eff01c8907f9933fc81"],"RepoTags":null,"SharedSize":-1,"Size":234565932,"VirtualSize":234565932},{"Containers":-1,"Created":1680298752,"Id":"sha256:018635191512485a06f3d9be8461414db9f05e6e09d5b1f6820449b5ea510367","Labels":{"VERSION":"1.0","maintainer":"zsolt.lukacs@microfocus.com"},"ParentId":"","RepoDigests":["registry.digitalocean.com/lzpe0555-registry/urlshortener@sha256:b38059c9c1efb76e37422b10df8138829f0a17243cb66ad6e42bc2bdf91f7c7c"],"RepoTags":null,"SharedSize":-1,"Size":234565731,"VirtualSize":234565731},{"Containers":-1,"Created":1680298595,"Id":"sha256:ccdb7292a9281ca68b400c9343272d9030fba96aa2d10a26030d3a3689411bbe","Labels":{"VERSION":"1.0","maintainer":"zsolt.lukacs@microfocus.com"},"ParentId":"","RepoDigests":["registry.digitalocean.com/lzpe0555-registry/urlshortener@sha256:c271e90ba5f3d7fa170051c6295d52d91dd3d4a45a9f8dc860e17a470604b46b"],"RepoTags":null,"SharedSize":-1,"Size":234565638,"VirtualSize":234565638},{"Containers":-1,"Created":1680279477,"Id":"sha256:3d72bbdd5094530e8d63f3171a58625a17b273dd9bf0384d2875debfb93ada0c","Labels":{"VERSION":"1.0","maintainer":"zsolt.lukacs@microfocus.com"},"ParentId":"","RepoDigests":["registry.digitalocean.com/lzpe0555-registry/urlshortener@sha256:bd59c18296b3d33f73348003a180f28d4df149bcdaf9f7153e787e641022e4b8"],"RepoTags":null,"SharedSize":-1,"Size":234565508,"VirtualSize":234565508},{"Containers":-1,"Created":1680279176,"Id":"sha256:ab97eb989c2c4f3977c2256ea44f6a97fa90511dabf83e4c8dddbd21c1e962bd","Labels":{"VERSION":"1.0","maintainer":"zsolt.lukacs@microfocus.com"},"ParentId":"","RepoDigests":["registry.digitalocean.com/lzpe0555-registry/urlshortener@sha256:1ba8e2c2229284f2457a0d596ac39cd5643690ccc34b42db1a233a2efc460d63"],"RepoTags":null,"SharedSize":-1,"Size":124174372,"VirtualSize":124174372},{"Containers":-1,"Created":1680279073,"Id":"sha256:6daf2059a2e4cc286838aa08e759340ee900274d856d68fba5429ce19bf5a6e4","Labels":{"VERSION":"1.0","maintainer":"zsolt.lukacs@microfocus.com"},"ParentId":"","RepoDigests":["registry.digitalocean.com/lzpe0555-registry/urlshortener@sha256:40bd1d1b90aa889100195133d7cf0e4dda31b1fa38c1538932af392c90bb7b7f"],"RepoTags":null,"SharedSize":-1,"Size":124174533,"VirtualSize":124174533},{"Containers":-1,"Created":1680277859,"Id":"sha256:efced7fa114f9ca90dd6e3782dd2473097e764f5337841be9c7eebee3f6adb0d","Labels":{"VERSION":"1.0","maintainer":"zsolt.lukacs@microfocus.com"},"ParentId":"","RepoDigests":["registry.digitalocean.com/lzpe0555-registry/urlshortener@sha256:783c1dd98465c12f30035cfae83c3b2ba8238507af95ae2e7ee91536b6819b59"],"RepoTags":null,"SharedSize":-1,"Size":234565503,"VirtualSize":234565503},{"Containers":-1,"Created":1680276411,"Id":"sha256:91ac332b2e19c904eada2cf9b8cfcb316af45b8d4c08768ce517420390a529ca","Labels":{"VERSION":"1.0","maintainer":"zsolt.lukacs@microfocus.com"},"ParentId":"","RepoDigests":["registry.digitalocean.com/lzpe0555-registry/urlshortener@sha256:cc4c986102d859b0f7619d03909cd1baeee3ab3de1ffa9ca73058d16d2571462"],"RepoTags":null,"SharedSize":-1,"Size":124174466,"VirtualSize":124174466},{"Containers":-1,"Created":1680274409,"Id":"sha256:5c4b4955d4f3e055cd46565f2092a4f982e17db8c3bdf0eee65b437855d44b07","Labels":{"VERSION":"1.0","maintainer":"zsolt.lukacs@microfocus.com"},"ParentId":"","RepoDigests":["registry.digitalocean.com/lzpe0555-registry/urlshortener@sha256:421f1472d895b73e1073abdb5726ce71ad326c986058443ccdfaa56d6a45bbc6"],"RepoTags":null,"SharedSize":-1,"Size":234565580,"VirtualSize":234565580},{"Containers":-1,"Created":1680273446,"Id":"sha256:c37e6b9597ea6d01d5d74b6dd035121e756a63ac5a746824fd1597684d70ca57","Labels":{"VERSION":"1.0","maintainer":"zsolt.lukacs@microfocus.com"},"ParentId":"","RepoDigests":["registry.digitalocean.com/lzpe0555-registry/urlshortener@sha256:5f80d1c98e8addaf5a4de6c108d824689040202d5025dd201e192de259f51ba9"],"RepoTags":null,"SharedSize":-1,"Size":234565116,"VirtualSize":234565116},{"Containers":-1,"Created":1680203596,"Id":"sha256:1c9252355a76a7a2aa8801dca3e7601b8d9a35d7f21501ad76bcc4606b79d6a1","Labels":{"VERSION":"1.0-SNAPSHOT","maintainer":"zsolt.lukacs@microfocus.com"},"ParentId":"","RepoDigests":["registry.digitalocean.com/lzpe0555-registry/urlshortener@sha256:d6847e2aadfd21cfa89eb3dbc3c2085ef81c9e21e850e29a472b80a5bfcd71da"],"RepoTags":null,"Sha"
17:19:59.154 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "redSize":-1,"Size":125605293,"VirtualSize":125605293},{"Containers":-1,"Created":1680203501,"Id":"sha256:8f9cf477d05dc666312ce2014d8b269023abaf6d489968134ab2c4d0f7e75bb2","Labels":{"VERSION":"1.0","maintainer":"zsolt.lukacs@microfocus.com"},"ParentId":"","RepoDigests":["registry.digitalocean.com/lzpe0555-registry/urlshortener@sha256:59d63cc5becdfc80728a17a360fba6564449961b057eb8f04bbcd1cb12245b84"],"RepoTags":null,"SharedSize":-1,"Size":239779086,"VirtualSize":239779086},{"Containers":-1,"Created":1680203451,"Id":"sha256:76ec46435333b6ee2a7da572303083cfea06ce40ffdd032079932a8ffa50678c","Labels":{"VERSION":"1.0","maintainer":"zsolt.lukacs@microfocus.com"},"ParentId":"","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":242368857,"VirtualSize":242368857},{"Containers":-1,"Created":1680203141,"Id":"sha256:00e7c24f5fa4b508fec79b91a7ac1ff13add961c87c15ac6be169053af042ad4","Labels":{"VERSION":"1.0","maintainer":"zsolt.lukacs@microfocus.com"},"ParentId":"","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":907680655,"VirtualSize":907680655},{"Containers":-1,"Created":1680203084,"Id":"sha256:c31ac466315649876252f971014dbbd39bfec323c4106e01d6ea376b7f0e7b27","Labels":{"VERSION":"1.0","maintainer":"zsolt.lukacs@microfocus.com"},"ParentId":"","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":933505470,"VirtualSize":933505470},{"Containers":-1,"Created":1680203053,"Id":"sha256:178172f6552d81a61a56ed4e565a8af94f7604233efa50a6458a76dd732becbd","Labels":{"VERSION":"1.0","maintainer":"zsolt.lukacs@microfocus.com"},"ParentId":"","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":914586759,"VirtualSize":914586759},{"Containers":-1,"Created":1680202909,"Id":"sha256:0d1f99aeb4898dead8132973039acba44a705a2162288f1d0613c9e002f524d6","Labels":{"VERSION":"1.0-SNAPSHOT","maintainer":"zsolt.lukacs@microfocus.com"},"ParentId":"","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":914586767,"VirtualSize":914586767},{"Containers":-1,"Created":1680202544,"Id":"sha256:7b40f7dc6b2fa2254954896aa2a8cb654776f2f6598f5aa029d15a04a2835071","Labels":{"VERSION":"1.0-SNAPSHOT","maintainer":"zsolt.lukacs@microfocus.com"},"ParentId":"","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":915109917,"VirtualSize":915109917},{"Containers":-1,"Created":1680141973,"Id":"sha256:3616f0c0705d2a35d30dde109daf3cbe58ae7284121aafa6f5cfa987db98d1a8","Labels":null,"ParentId":"","RepoDigests":["redis@sha256:63e95f069a7ee668f1fcd0b0f8865e473510f98b56e5db4c8517d6cfbd073470"],"RepoTags":["redis:6.2-alpine"],"SharedSize":-1,"Size":27105214,"VirtualSize":27105214},{"Containers":-1,"Created":1680012334,"Id":"sha256:988b69e16ff8609a149e66ba239f8941ab68efa9826898a25cb6b6d14ac82bb0","Labels":null,"ParentId":"","RepoDigests":["provectuslabs/kafka-ui@sha256:99196c3e3977e3a863d430e61fd34e097f725206ee0fa0c4159758ea0dd5ece2"],"RepoTags":["provectuslabs/kafka-ui:latest"],"SharedSize":-1,"Size":290755515,"VirtualSize":290755515},{"Containers":-1,"Created":1679734909,"Id":"sha256:bc92c51f3fe5f4c8acd6e48b0ed4f1b9931c06783a6e8aff37e6d53784998b1d","Labels":{"maintainer":"NGINX Docker Maintainers <docker-maint@nginx.com>"},"ParentId":"","RepoDigests":null,"RepoTags":["todo-web-app:latest"],"SharedSize":-1,"Size":141878225,"VirtualSize":141878225},{"Containers":-1,"Created":1679587217,"Id":"sha256:ac232364af842735579e922641ae2f67d5b8ea97df33a207c5ea05f60c63a92d","Labels":{"maintainer":"NGINX Docker Maintainers <docker-maint@nginx.com>"},"ParentId":"","RepoDigests":["nginx@sha256:f4e3b6489888647ce1834b601c6c06b9f8c03dee6e097e13ed3e28c01ea3ac8c","registry.digitalocean.com/lzpe0555-registry/nginx@sha256:557c9ede65655e5a70e4a32f1651638ea3bfb0802edd982810884602f700ba25"],"RepoTags":["nginx:latest","registry.digitalocean.com/lzpe0555-registry/nginx:1.0","registry.digitalocean.com/lzpe0555-registry/nginx:1.1"],"SharedSize":-1,"Size":141838639,"VirtualSize":141838639},{"Containers":-1,"Created":1679584223,"Id":"sha256:cae18af75369bd5ee8cb9d6840a4293ee9f676fcc7b001796c2c646ee8a632a0","Labels":null,"ParentId":"","RepoDigests":null,"RepoTags":["3nymm4mr8ufj_db:latest","51uwixghw7tt_db:latest","8j6plqqevzt3_db:latest","8rei5bupmuqh_db:latest","a2d5cn1sygdb_db:latest","c6xcuuvyhmqe_db:latest","de5w1hac8eaz_db:latest","ecmup6zvjmpe_db:latest","hwbcfngzmtmn_db:latest","pu6tmg495p1q_db:latest","sle1ejzvaomz_db:latest","tuff2gcqtqag_db:latest","updvd2e6lpqf_db:latest","wnsdamtrthev_db:latest"],"SharedSize":-1,"Size":454676090,"VirtualSize":454676090},{"Containers":-1,"Created":1679158962,"Id":"sha256:9f0fff631c61060062571f32c94ec97f3f947c423c65ad171455ec984bf77fec","Labels":{"maintainer":"Lukacs Zsolt"},"ParentId":"","RepoDigests":["registry.gitlab.com/rockdonald2/edu-project@sha256:91013d90aa70f6ce335f5bf58f80a9440788ec73fd3088e4ba816c84421e73ab"],"RepoTags":["custom-mysql:latest","registry.gitlab.com/rockdonald2/edu-project:custom-mysql"],"SharedSize":-1,"Size":454676094,"VirtualSize":454676094},{"Containers":-1,"Created":1679135192,"Id":"sha256:066d367c8e90f58b4fecfeab3e4b094c243f398db2baf1c6d8aa8c4bf10eda95","Labels":{"com.docker.compose.project":"resources","com.docker.compose.service":"db","com.docker.compose.version":"2.15.1"},"ParentId":"","RepoDigests":null,"RepoTags":["resources-db:latest"],"SharedSize":-1,"Size":454676083,"VirtualSize":454676083},{"Containers":-1,"Created":1679135192,"Id":"sha256:1de4e9ebc859af12e1345844ea2fb162bdd8837ef4e270c739a6fc71e1d0858c","Labels":null,"ParentId":"","RepoDigests":["registry.gitlab.com/rockdonald2/edu-project@sha256:d64bbb9ad92935acab961940a76c655ab629824f0f8eb83dfa7d261aa6170ccd"],"RepoTags":null,"SharedSize":-1,"Size":454676083,"VirtualSize":454676083},{"Containers":-1,"Created":1678998095,"Id":"sha256:60280be5d9c8ba54df8ead3fdfc9e6a00b5c450bf37158418ef495f50b988e7e","Labels":{"com.docker.compose.project":"infra","com.docker.compose.service":"db","com.docker.compose.version":"2.15.1"},"ParentId":"","RepoDigests":null,"RepoTags":["infra-db:latest"],"SharedSize":-1,"Size":454676017,"VirtualSize":454676017},{"Containers":-1,"Created":1678974973,"Id":"sha256:fb99bd7d54b71f79ffe4dc145d0150403f87e2a6c2fdc560d8f3affade7bed61","Labels":null,"ParentId":"","RepoDigests":["supabase/realtime@sha256:339c7591063d21c96bbd6ab835a0f9a988f067d8745a1ba19eaf1f24b46b5daa"],"RepoTags":["supabase/realtime:v2.9.2"],"SharedSize":-1,"Size":180436758,"VirtualSize":180436758},{"Containers":-1,"Created":1678844240,"Id":"sha256:feaa88a3763a31fa8586e7cfdff7f2c1d3b3264361798e4d55c81240f12bf3ba","Labels":null,"ParentId":"","RepoDigests":["supabase/studio@sha256:69e534f73e5143273e139a62aa13310fd69e8ea90c817aa41feec1ccbf247e78"],"RepoTags":["supabase/studio:20230315-414190e"],"SharedSize":-1,"Size":246842336,"VirtualSize":246842336},{"Containers":-1,"Created":1678817316,"Id":"sha256:4c9f71909d9cb3dbbb1bff0d41edf3dd6ce1a007c88a6f793bebf694a18ebfbb","Labels":null,"ParentId":"","RepoDigests":["public.ecr.aws/supabase/realtime@sha256:288ca12d772d26b0f7b9760584c6794b993cb3566e5e8e98b9dd5b97b4204e8e"],"RepoTags":["public.ecr.aws/supabase/realtime:v2.6.0"],"SharedSize":-1,"Size":180436015,"VirtualSize":180436015},{"Containers":-1,"Created":1678308189,"Id":"sha256:0018a8d838923d94318aa8dd3195510226b31540901a6f4c643aacec69f7ab62","Labels":null,"ParentId":"","RepoDigests":["mysql@sha256:9202fc6bc8fa63615e6bfc0049fc660f712d164220c5c54d86519870c305ea48"],"RepoTags":["mysql:5.7"],"SharedSize":-1,"Size":454675753,"VirtualSize":454675753},{"Containers":-1,"Created":1678201301,"Id":"sha256:45cfa79d13c058bd25051ecc8815ef099d026c556e4b9b3b528ee0b706796a0b","Labels":null,"ParentId":"","RepoDigests":["supabase/postgres@sha256:50147ad682bc9d34e490a653e610090b390909b684b99c2282c9e89150f80209","public.ecr.aws/supabase/postgres@sha256:50147ad682bc9d34e490a653e610090b390909b684b99c2282c9e89150f80209"],"RepoTags":["supabase/postgres:15.1.0.54-rc0","public.ecr.a"
17:19:59.172 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "ws/supabase/postgres:15.1.0.54-rc0"],"SharedSize":-1,"Size":846807205,"VirtualSize":846807205},{"Containers":-1,"Created":1677696192,"Id":"sha256:904b8cb13b932e23230836850610fa45dce9eb0650d5618c2b1487c2a4f577b8","Labels":{"maintainer":"NGINX Docker Maintainers <docker-maint@nginx.com>"},"ParentId":"","RepoDigests":["nginx@sha256:aa0afebbb3cfa473099a62c4b32e9b3fb73ed23f2a75a65ce1d4b4f55a5c2ef2","registry.digitalocean.com/lzpe0555-registry/nginx@sha256:942ae2dfd73088b54d7151a3c3fd5af038a51c50029bfcfd21f1e650d9579967"],"RepoTags":["registry.digitalocean.com/lzpe0555-registry/nginx:latest"],"SharedSize":-1,"Size":141838643,"VirtualSize":141838643},{"Containers":-1,"Created":1677645388,"Id":"sha256:dcabc6cf54ddc528863986ff98be0bd924a5c8099d88853bcedc01f57acc2aa5","Labels":null,"ParentId":"","RepoDigests":["adminer@sha256:63139b85e7d786a88afd12e800af9934f72052ac02223830119ab72b828972bb"],"RepoTags":["adminer:latest"],"SharedSize":-1,"Size":250076002,"VirtualSize":250076002},{"Containers":-1,"Created":1677112840,"Id":"sha256:0fb13c76dea41e50a362ce44982208ec936137590c98371e85b62e1240892215","Labels":{"org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"20.04"},"ParentId":"","RepoDigests":["public.ecr.aws/supabase/deno-relay@sha256:8d1436f1e7b0902f423defc27acec5e9c2a538ef20b3802b295fe00f5988d806"],"RepoTags":["public.ecr.aws/supabase/deno-relay:v1.6.0"],"SharedSize":-1,"Size":181206841,"VirtualSize":181206841},{"Containers":-1,"Created":1677082429,"Id":"sha256:9b4c6e5fc136394c2ed62225d3a26adc72523f1540da4366d1cb374d3a024b6e","Labels":{"VERSION":"1.0-SNAPSHOT","maintainer":"zsolt.lukacs@microfocus.com","org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04"},"ParentId":"","RepoDigests":null,"RepoTags":["conference-web:latest"],"SharedSize":-1,"Size":486594381,"VirtualSize":486594381},{"Containers":-1,"Created":1677078994,"Id":"sha256:d3c11b345bef87ff3fe88b6de269638a77e1f4ebd277fe5a29847b24ec817897","Labels":{"VERSION":"1.0-SNAPSHOT","maintainer":"zsolt.lukacs@microfocus.com","org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"22.04"},"ParentId":"","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":486594381,"VirtualSize":486594381},{"Containers":-1,"Created":1676988872,"Id":"sha256:0d3bdbaa7a4ae5a3d298d110565c0d2527e15ef93b83a61a89fd175dabe5b408","Labels":null,"ParentId":"","RepoDigests":["public.ecr.aws/supabase/storage-api@sha256:986a229a38cbdb00d4989bb02912b8fc3874f2cd3ac05f8ac8ab614fc2df3d0a"],"RepoTags":["public.ecr.aws/supabase/storage-api:v0.29.1"],"SharedSize":-1,"Size":275523368,"VirtualSize":275523368},{"Containers":-1,"Created":1676783548,"Id":"sha256:da23a46211ade3c2f1b0dc4a64bc0616965774d92a0dde88df80bc00cfc82900","Labels":{"architecture":"x86_64","build-date":"2023-02-07T16:17:52","com.redhat.component":"ubi8-minimal-container","com.redhat.license_terms":"https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI","description":"Common base image for Confluent's Docker images.","distribution-scope":"public","io.buildah.version":"1.27.3","io.confluent.docker":"true","io.confluent.docker.build.number":"3","io.confluent.docker.git.id":"80ba7e33","io.confluent.docker.git.repo":"confluentinc/kafka-images","io.k8s.description":"The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.","io.k8s.display-name":"Red Hat Universal Base Image 8 Minimal","io.openshift.expose-services":"","io.openshift.tags":"minimal rhel8","maintainer":"partner-support@confluent.io","name":"cp-kafka","release":"7.3.2","summary":"Confluent platform Kafka.","url":"https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.7-1049.1675784874","vcs-ref":"146fdafc2595e26f5f9c1b9a2b3f36bbca8237e4","vcs-type":"git","vendor":"Confluent","version":"80ba7e33"},"ParentId":"","RepoDigests":["confluentinc/cp-kafka@sha256:724faab73e5a5d18a83f1f015a52dde0dfac32851dec62c5f0006d6125d45b99"],"RepoTags":["confluentinc/cp-kafka:7.3.2"],"SharedSize":-1,"Size":831576566,"VirtualSize":831576566},{"Containers":-1,"Created":1676783437,"Id":"sha256:8a091961522e4ce06d832cd2b4f5f6809924f586ffbf68d7570231c3782adbd5","Labels":{"architecture":"x86_64","build-date":"2023-02-07T16:17:52","com.redhat.component":"ubi8-minimal-container","com.redhat.license_terms":"https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI","description":"ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services.","distribution-scope":"public","io.buildah.version":"1.27.3","io.confluent.docker":"true","io.confluent.docker.build.number":"3","io.confluent.docker.git.id":"80ba7e33","io.confluent.docker.git.repo":"confluentinc/kafka-images","io.k8s.description":"The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.","io.k8s.display-name":"Red Hat Universal Base Image 8 Minimal","io.openshift.expose-services":"","io.openshift.tags":"minimal rhel8","maintainer":"partner-support@confluent.io","name":"cp-zookeeper","release":"7.3.2","summary":"ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services.","url":"https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.7-1049.1675784874","vcs-ref":"146fdafc2595e26f5f9c1b9a2b3f36bbca8237e4","vcs-type":"git","vendor":"Confluent","version":"80ba7e33"},"ParentId":"","RepoDigests":["confluentinc/cp-zookeeper@sha256:5971e800825ce61670124ff8c23f99ce42d95f6592bad4e9a9a77063f7a58af2"],"RepoTags":["confluentinc/cp-zookeeper:7.3.2"],"SharedSize":-1,"Size":831576806,"VirtualSize":831576806},{"Containers":-1,"Created":1676641019,"Id":"sha256:deb5d58696ecb1b771819afe3ad95f9bbc55ceb5fad97405027160fddece6b3d","Labels":null,"ParentId":"","RepoDigests":["public.ecr.aws/supabase/gotrue@sha256:3699dcf346461135d049dff04e8af8575777a6b251f6f1bda3af9e4dff0da38f"],"RepoTags":["public.ecr.aws/supabase/gotrue:v2.51.4"],"SharedSize":-1,"Size":40159632,"VirtualSize":40159632},{"Containers":-1,"Created":1676589845,"Id":"sha256:af08a5c73c957c3358c417de7df10b55367d8c09c0e52d3e37dbfc609736b6fa","Labels":null,"ParentId":"","RepoDigests":["supabase/realtime@sha256:20dc13e60b207a6c317a71ae15abb227abb513b78ffbf3bab799c89f6d76bc3d"],"RepoTags":["supabase/realtime:v2.5.1"],"SharedSize":-1,"Size":181028464,"VirtualSize":181028464},{"Containers":-1,"Created":1676536681,"Id":"sha256:bac8c8d61fcae616c9a96eab046325e75f00c8d6735998bca418bef37dec0c3f","Labels":null,"ParentId":"","RepoDigests":["supabase/studio@sha256:5d4810153562d8e569a8076ae166a41dbb57801f691fbed4518012187c2c2d02","public.ecr.aws/supabase/studio@sha256:5d4810153562d8e569a8076ae166a41dbb57801f691fbed4518012187c2c2d02"],"RepoTags":["supabase/studio:20230216-e731b77","public.ecr.aws/supabase/studio:20230216-e731b77"],"SharedSize":-1,"Size":247626532,"VirtualSize":247626532},{"Containers":-1,"Created":1676497715,"Id":"sha256:232022037b6265f4d91225c8c23686a9fd15bc5ab7580f625acef036d6b090f1","Labels":{"maintainer":"Sergey Alexandrovich <darthsim@gmail.com>"},"ParentId":"","RepoDigests":["darthsim/imgproxy@sha256:ccb752099bc18f40c4c76e7ebe76ab8cfa67c5b43add8667115744f44ae99694"],"RepoTags":["darthsim/imgproxy:v3.13"],"SharedSize":-1,"Size":182926858,"VirtualSize":182926858},{"Containers":-1,"Created":1676381529,"Id":"sha256:4baac397152c0f5f7e8488cfa395159e7c2bb773226594e75e4a0ad83f44efb2","Labels":null,"ParentId":"",""
17:19:59.177 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "RepoDigests":["supabase/gotrue@sha256:ffecc5e58a11ae2c6b133208f044aaa654ffdbd3a7da1d491b65347cf0914980"],"RepoTags":["supabase/gotrue:v2.51.0"],"SharedSize":-1,"Size":40291909,"VirtualSize":40291909},{"Containers":-1,"Created":1676090810,"Id":"sha256:dfd21b5a31f5ed07524f8e58d5e774efd13ce2e0a46d10852b7292d7394444c5","Labels":null,"ParentId":"","RepoDigests":["alpine@sha256:2cf17aa35fbcb6ece81692a64bfbadaf096590241ed9f95dd5f94f0e9f674784"],"RepoTags":["alpine:3.16"],"SharedSize":-1,"Size":5548514,"VirtualSize":5548514},{"Containers":-1,"Created":1675676280,"Id":"sha256:7d24febf55d9a78bb4b86ddffb5db8e469e21849a7e05fc32bbcc8db7a04d3d3","Labels":null,"ParentId":"","RepoDigests":["supabase/gotrue@sha256:12314d0865f12a6610a433a3877ab7a59462d58ddc2db29a6490fb39dd629cd6"],"RepoTags":["supabase/gotrue:v2.47.0"],"SharedSize":-1,"Size":40245138,"VirtualSize":40245138},{"Containers":-1,"Created":1675312539,"Id":"sha256:ae1137a9a9dd1abd1c517ca8df1a656e75cb4b0a2f3ff863dba930419267675c","Labels":null,"ParentId":"","RepoDigests":["supabase/postgres-meta@sha256:c816ae12c3ca785934cf19935c91c08edea6af1488c290fe3b34096e17e23812","public.ecr.aws/supabase/postgres-meta@sha256:c816ae12c3ca785934cf19935c91c08edea6af1488c290fe3b34096e17e23812"],"RepoTags":["supabase/postgres-meta:v0.60.7","public.ecr.aws/supabase/postgres-meta:v0.60.7"],"SharedSize":-1,"Size":412678834,"VirtualSize":412678834},{"Containers":-1,"Created":1674847800,"Id":"sha256:2c95ea8ab5043dfc765f21ca110d34694801baeca189f7f1f308e6dd4544cd07","Labels":{"VERSION":"1.0-SNAPSHOT","maintainer":"zsolt.lukacs@microfocus.com"},"ParentId":"","RepoDigests":null,"RepoTags":["conference_web:latest"],"SharedSize":-1,"Size":487554439,"VirtualSize":487554439},{"Containers":-1,"Created":1674845677,"Id":"sha256:407ecb28982b6ef6925e971584097ab17222cf2d6dce60e2c3daf0eeb8421d20","Labels":{"VERSION":"1.0-SNAPSHOT","maintainer":"zsolt.lukacs@microfocus.com"},"ParentId":"","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":487420151,"VirtualSize":487420151},{"Containers":-1,"Created":1674778369,"Id":"sha256:01c0ce65fff70ab1f019aa14679c46b23331bd108ae899438e589673efaa9c00","Labels":null,"ParentId":"","RepoDigests":["gcr.io/k8s-minikube/kicbase@sha256:8bf7a0e8a062bc5e2b71d28b35bfa9cc862d9220e234e86176b3785f685d8b15"],"RepoTags":["gcr.io/k8s-minikube/kicbase:v0.0.37"],"SharedSize":-1,"Size":1147943176,"VirtualSize":1147943176},{"Containers":-1,"Created":1674506267,"Id":"sha256:fc3fbe389210f2bcd26d5ba3b38402bb5150a7c88a916514cae2c9cfede54908","Labels":{"VERSION":"1.0-SNAPSHOT","maintainer":"zsolt.lukacs@microfocus.com"},"ParentId":"","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":922122096,"VirtualSize":922122096},{"Containers":-1,"Created":1674497012,"Id":"sha256:66e5d761e5cb1571f0a16e05f562166a8d8385ccfa4c8eab7e13949904ec5663","Labels":{"VERSION":"1.0-SNAPSHOT","maintainer":"zsolt.lukacs@microfocus.com"},"ParentId":"","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":134507726,"VirtualSize":134507726},{"Containers":-1,"Created":1674417022,"Id":"sha256:1a8bf7f3702efc62fe2fd57b368148d2bac047cd9ccd0e956b1de523304f954c","Labels":{"VERSION":"1.0-SNAPSHOT","maintainer":"zsolt.lukacs@microfocus.com"},"ParentId":"","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":487454202,"VirtualSize":487454202},{"Containers":-1,"Created":1674414303,"Id":"sha256:8c2f2088b83ecfc3f6120899375d72bcfa7ae1baf578f4e88130306bd045ccef","Labels":{"VERSION":"1.0-SNAPSHOT","maintainer":"zsolt.lukacs@microfocus.com"},"ParentId":"","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":487454068,"VirtualSize":487454068},{"Containers":-1,"Created":1674413386,"Id":"sha256:e54ba4881d0e62fd7cd94acd95c471c7e7f409411bb023d902d718511441ae39","Labels":{"VERSION":"1.0-SNAPSHOT","maintainer":"zsolt.lukacs@microfocus.com"},"ParentId":"","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":487454106,"VirtualSize":487454106},{"Containers":-1,"Created":1674413080,"Id":"sha256:4a4e449570544f0e4cc37b9064064bc9bf40478110bd7d7d50ed8937d8a3098a","Labels":{"VERSION":"1.0-SNAPSHOT","maintainer":"zsolt.lukacs@microfocus.com"},"ParentId":"","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":487454315,"VirtualSize":487454315},{"Containers":-1,"Created":1674411348,"Id":"sha256:aef228e47a3cd4db59a0ed41de4069733f279618c67c51dafe743359d5265e0e","Labels":{"VERSION":"1.0-SNAPSHOT","maintainer":"zsolt.lukacs@microfocus.com"},"ParentId":"","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":487280820,"VirtualSize":487280820},{"Containers":-1,"Created":1674404812,"Id":"sha256:425cbe69286b6da4c69c37ae63c4100596e6b031ac8353997edba92e6d2d16e5","Labels":{"VERSION":"1.0-SNAPSHOT","maintainer":"zsolt.lukacs@microfocus.com"},"ParentId":"","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":487307919,"VirtualSize":487307919},{"Containers":-1,"Created":1674400201,"Id":"sha256:af676ce76847885121b358889563f3910f0a7915bb5c3c9ea6e87df33cdcaf12","Labels":{"VERSION":"1.0-SNAPSHOT","maintainer":"zsolt.lukacs@microfocus.com"},"ParentId":"","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":487307859,"VirtualSize":487307859},{"Containers":-1,"Created":1674316775,"Id":"sha256:228d36d13d923a1bdd1027258ca1da7ebb7e9c03313d0f8809427f29ce1f05bf","Labels":{"VERSION":"1.0-SNAPSHOT","maintainer":"zsolt.lukacs@microfocus.com"},"ParentId":"","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":486739064,"VirtualSize":486739064},{"Containers":-1,"Created":1674217235,"Id":"sha256:e8f708c80c58c84868f6e0c81ca2c014e88f401a6a0c187e3e914aad0216f840","Labels":null,"ParentId":"","RepoDigests":["supabase/storage-api@sha256:14b92e4e9fd403a10256e8028deec8963f87df8ddd6cbc7e122c28a66158ffa8"],"RepoTags":["supabase/storage-api:v0.28.2"],"SharedSize":-1,"Size":274157498,"VirtualSize":274157498},{"Containers":-1,"Created":1674058603,"Id":"sha256:0bdd4ecbba2041c5c862298cb5404930e3c6efcbb8618b39393bc61c7e8e9a45","Labels":{"VERSION":"1.0-SNAPSHOT","maintainer":"zsolt.lukacs@microfocus.com"},"ParentId":"","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":487067702,"VirtualSize":487067702},{"Containers":-1,"Created":1674056160,"Id":"sha256:3506f8dc459fccf70745c6a46a7fa6f1fc7937e246490c831c8128cefacfdbe3","Labels":{"VERSION":"1.0-SNAPSHOT","maintainer":"zsolt.lukacs@microfocus.com"},"ParentId":"","RepoDigests":["<none>@<none>"],"RepoTags":["<none>:<none>"],"SharedSize":-1,"Size":486738778,"VirtualSize":486738778},{"Containers":-1,"Created":1674015898,"Id":"sha256:e0d19b158df577fa141706fcf066ae1a53028ec97fd5efa216d2cf1ac098236f","Labels":{"VERSION":"1.0-SNAPSHOT","maintainer":"zsolt.lukacs@microfocus.com"},"ParentId":"","RepoDigests":null,"RepoTags":["mysql:latest"],"SharedSize":-1,"Size":514201040,"VirtualSize":514201040},{"Containers":-1,"Created":1674015898,"Id":"sha256:d1272e97933a9fd1708476810cefd9ec694ca1645ce54b1bf038f1ba3ee9eba0","Labels":{"VERSION":"1.0-SNAPSHOT","com.docker.compose.project":"mysql","com.docker.compose.service":"mysql","com.docker.compose.version":"2.13.0","maintainer":"zsolt.lukacs@microfocus.com"},"ParentId":"","RepoDigests":null,"RepoTags":["mysql-mysql:latest"],"SharedSize":-1,"Size":514201040,"VirtualSize":514201040},{"Containers":-1,"Created":1673369206,"Id":"sha256:14e4e05e2022a9153d6295ced37243887a01afd2fd35f523ec575acf3c6b4ce8","Labels":{"com.docker.compose.project":"01_elasticsearch_one_node_with_kibana_console","com.docker.compose.service":"cerebro","com.docker.compose.version":"2.13.0","name":"cerebro","version":"0.8.3"},"ParentId":"","RepoDigests":null,"RepoTags":["01_elasticsearch_one_node_with_kibana_console-cerebro:latest"],"SharedSize":-1,"Size":142550770,"VirtualSize":142550770},{"Containers":-1,"Created":1673369191,"Id":""
17:19:59.187 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "sha256:65a34d113e5f465905b9da5d1046859e6955a5abc34175da3cdd25c43b8f8f33","Labels":{"com.docker.compose.project":"01_elasticsearch_one_node_with_kibana_console","com.docker.compose.service":"elasticsearch","com.docker.compose.version":"2.13.0","license":"Elastic License","org.label-schema.build-date":"20190305","org.label-schema.license":"GPLv2","org.label-schema.name":"elasticsearch","org.label-schema.schema-version":"1.0","org.label-schema.url":"https://www.elastic.co/products/elasticsearch","org.label-schema.vcs-url":"https://github.com/elastic/elasticsearch","org.label-sch"
17:19:59.189 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "[\r][\n]"
17:19:59.189 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "7d77[\r][\n]"
17:19:59.190 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "ema.vendor":"Elastic","org.label-schema.version":"7.0.0"},"ParentId":"","RepoDigests":null,"RepoTags":["01_elasticsearch_one_node_with_kibana_console-elasticsearch:latest"],"SharedSize":-1,"Size":861492565,"VirtualSize":861492565},{"Containers":-1,"Created":1673368886,"Id":"sha256:8c6d7ab2106e6516974e430ba19d64010557e10ba41510cd634fcbd15e058bff","Labels":{"com.docker.compose.project":"01_elasticsearch_one_node_with_kibana_console","com.docker.compose.service":"kibana","com.docker.compose.version":"2.13.0","license":"Elastic License","org.label-schema.build-date":"20190305","org.label-schema.license":"GPLv2","org.label-schema.name":"kibana","org.label-schema.schema-version":"1.0","org.label-schema.url":"https://www.elastic.co/products/kibana","org.label-schema.vcs-url":"https://github.com/elastic/kibana","org.label-schema.vendor":"Elastic","org.label-schema.version":"7.0.0"},"ParentId":"","RepoDigests":null,"RepoTags":["01_elasticsearch_one_node_with_kibana_console-kibana:latest"],"SharedSize":-1,"Size":661376019,"VirtualSize":661376019},{"Containers":-1,"Created":1672999990,"Id":"sha256:f4d62e7d1a447ffa2252621d4220209381fed10d0031457b9af1066b7bd23dbe","Labels":{"com.docker.desktop.extension.api.version":">= 0.2.3","com.docker.desktop.extension.icon":"https://docker-extension-screenshots.s3.amazonaws.com/logs-explorer-extension/icon.svg","com.docker.extension.additional-urls":"[]","com.docker.extension.categories":"utility-tools","com.docker.extension.changelog":"We have added small UI fixes to improve the experience with the new Docker Desktop version:     <ul>     <li>Changed button sizes and logs font family to match our new Design System.</li>     </ul>","com.docker.extension.detailed-description":"<p>Logs Explorer provides deeper insight into your logs.</p>     <h2 id=-features>[0xffffffe2][0xffffff9c][0xffffffa8] Key features</h2>     <ul>     <li><strong>Multiple filters</strong>: You can browse logs by status or log type, or you can select individual containers.</li>     <li>     <strong>Advanced search functionality</strong>:     <ul>     <li>You can search for logs that have occurred after a certain amount of time or since a given date.</li>     <li>You can use regular expressions or exact matches when you search.</li>     <li>You can save each search query you enter into the search bar to help narrow your search with [0xffffffe2][0xffffff80][0xffffff9c]sticky[0xffffffe2][0xffffff80][0xffffff9d] search filters. You can save more than one query at a time.</li>     </ul>     </li>     <li><strong>Improved scrolling experience</strong>: When containers are running, scrolling is locked to the bottom by default so you see the latest logs.</li>     </ul>     ","com.docker.extension.publisher-url":"https://www.docker.com/","com.docker.extension.screenshots":"[     {\"url\": \"https://docker-extension-screenshots.s3.amazonaws.com/logs-explorer-extension/0.2.1/1-all-containers.png\", \"alt\": \"View logs from all the containers\"},     {     \"url\": \"https://docker-extension-screenshots.s3.amazonaws.com/logs-explorer-extension/0.2.1/2-filters.png\",     \"alt\": \"View logs matching a filter\"     },     {     \"url\": \"https://docker-extension-screenshots.s3.amazonaws.com/logs-explorer-extension/0.2.1/2-collapsed-filters.png\",     \"alt\": \"View logs with filter panel collapsed\"     },     {     \"url\": \"https://docker-extension-screenshots.s3.amazonaws.com/logs-explorer-extension/0.2.1/3-expanded-rows.png\",     \"alt\": \"Expand rows\"     },     {     \"url\": \"https://docker-extension-screenshots.s3.amazonaws.com/logs-explorer-extension/0.2.1/3-log-type-status-filter.png\",     \"alt\": \"View logs depending on the log type or the container status\"     },     {     \"url\": \"https://docker-extension-screenshots.s3.amazonaws.com/logs-explorer-extension/0.2.1/4-since-search-filter.png\",     \"alt\": \"View logs since a duration\"     },     {     \"url\": \"https://docker-extension-screenshots.s3.amazonaws.com/logs-explorer-extension/0.2.1/5-from-search-filter.png\",     \"alt\": \"View logs from a time\"     },     {     \"url\": \"https://docker-extension-screenshots.s3.amazonaws.com/logs-explorer-extension/0.2.1/6-tips.png\",     \"alt\": \"Learn tips to search logs\"     },     {     \"url\": \"https://docker-extension-screenshots.s3.amazonaws.com/logs-explorer-extension/0.2.1/7-all-containers-dark-mode.png\",     \"alt\": \"Dark mode\"     }     ]","org.opencontainers.image.description":"View all your container logs in one place so you can debug and troubleshoot faster.","org.opencontainers.image.revision":"5fda69b839b46d67093280481b4135e1ef16d254","org.opencontainers.image.source":"https://github.com/docker/logs-explorer-extension","org.opencontainers.image.title":"Logs Explorer","org.opencontainers.image.vendor":"Docker Inc."},"ParentId":"","RepoDigests":["docker/logs-explorer-extension@sha256:32040dc0623e043085d509dcf43d0aaca171e51a35929635dc14f0516a5d9f28"],"RepoTags":["docker/logs-explorer-extension:0.2.2"],"SharedSize":-1,"Size":11800530,"VirtualSize":11800530},{"Containers":-1,"Created":1671535095,"Id":"sha256:932c2dbe7d3e320b60d9c6dc3a31c76a023e4a4a2466531600ae92ce239cf6df","Labels":{"maintainer":"The Prometheus Authors <prometheus-developers@googlegroups.com>"},"ParentId":"","RepoDigests":["prom/prometheus@sha256:1a3e9a878e50cd339ae7cf5718fda08381dda2d4ccd28e94bbaa3190d1a566c2"],"RepoTags":["prom/prometheus:v2.41.0"],"SharedSize":-1,"Size":231189054,"VirtualSize":231189054},{"Containers":-1,"Created":1670002721,"Id":"sha256:38b745881d75fb363a634e1491a5c454e8df1552271cafb586ded5786329ffc2","Labels":{"com.docker.compose.project":"elasticsearch","com.docker.compose.service":"elasticsearch","com.docker.compose.version":"2.13.0","org.label-schema.build-date":"2022-12-02T17:33:09.727072865Z","org.label-schema.license":"Elastic-License-2.0","org.label-schema.name":"Elasticsearch","org.label-schema.schema-version":"1.0","org.label-schema.url":"https://www.elastic.co/products/elasticsearch","org.label-schema.usage":"https://www.elastic.co/guide/en/elasticsearch/reference/index.html","org.label-schema.vcs-ref":"120eabe1c8a0cb2ae87cffc109a5b65d213e9df1","org.label-schema.vcs-url":"https://github.com/elastic/elasticsearch","org.label-schema.vendor":"Elastic","org.label-schema.version":"7.17.8","org.opencontainers.image.created":"2022-12-02T17:33:09.727072865Z","org.opencontainers.image.documentation":"https://www.elastic.co/guide/en/elasticsearch/reference/index.html","org.opencontainers.image.licenses":"Elastic-License-2.0","org.opencontainers.image.revision":"120eabe1c8a0cb2ae87cffc109a5b65d213e9df1","org.opencontainers.image.source":"https://github.com/elastic/elasticsearch","org.opencontainers.image.title":"Elasticsearch","org.opencontainers.image.url":"https://www.elastic.co/products/elasticsearch","org.opencontainers.image.vendor":"Elastic","org.opencontainers.image.version":"7.17.8"},"ParentId":"","RepoDigests":null,"RepoTags":["elasticsearch-elasticsearch:latest"],"SharedSize":-1,"Size":621556169,"VirtualSize":621556169},{"Containers":-1,"Created":1669984670,"Id":"sha256:fc18fefe20880046bd378ea0fff36fe852b9b0844de30bdcb7502e4ce9297c50","Labels":{"com.docker.compose.project":"elasticsearch","com.docker.compose.service":"kibana","com.docker.compose.version":"2.13.0","org.label-schema.build-date":"2022-12-02T12:10:17.323Z","org.label-schema.license":"Elastic License","org.label-schema.name":"Kibana","org.label-schema.schema-version":"1.0","org.label-schema.url":"https://www.elastic.co/products/kibana","org.label-schema.usage":"https://www.elastic.co/guide/en/kibana/reference/index.html","org.label-schema.vcs-ref":"6932e2bff5c5d630510e463852e16423ff8db3fb","org.label-schema.vcs-url":"https://github.com/elastic/kibana","org.label-schema.vendor":"Elastic","org.label-schema.version":"7.17.8","org.opencontainers.image.created":"2022-12-02T12:10:17.323Z","org.opencontainers.image.documentation":"https://www.elastic.co/guide/en/kibana/reference/index.html","org.opencontainers.image.licenses":"Elastic License","org.opencontainers.image.revision":"6932e2bff5c5d630510e463852e16423ff8db3fb","org.opencontainers.image.source":"https://github.com/elastic/kibana","org.opencontainers.image.title":"Kibana","org.openconta"
17:19:59.201 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "iners.image.url":"https://www.elastic.co/products/kibana","org.opencontainers.image.vendor":"Elastic","org.opencontainers.image.version":"7.17.8"},"ParentId":"","RepoDigests":null,"RepoTags":["elasticsearch-kibana:latest"],"SharedSize":-1,"Size":812599855,"VirtualSize":812599855},{"Containers":-1,"Created":1668344797,"Id":"sha256:78cd52f03a66126f395677713f4df5f1d3741baa3b82430befbdb78f8674eabe","Labels":{"com.docker.compose.project":"sharded-mongodb-docker","com.docker.compose.service":"shard1-replica2","com.docker.compose.version":"2.12.1"},"ParentId":"","RepoDigests":null,"RepoTags":["sharded-mongodb-docker-shard1-replica2:latest"],"SharedSize":-1,"Size":733493030,"VirtualSize":733493030},{"Containers":-1,"Created":1668344797,"Id":"sha256:afa551ef68aa46b34fa7056c85f709c67d279f5f0246e019809e55aaa795bf41","Labels":{"com.docker.compose.project":"sharded-mongodb-docker","com.docker.compose.service":"configdb-replica1","com.docker.compose.version":"2.12.1"},"ParentId":"","RepoDigests":null,"RepoTags":["sharded-mongodb-docker-configdb-replica1:latest"],"SharedSize":-1,"Size":733493030,"VirtualSize":733493030},{"Containers":-1,"Created":1668344797,"Id":"sha256:35f072bf0df9293cefd63a14cd0e91a3ee5bfdc9296cf4347a653989e462668b","Labels":{"com.docker.compose.project":"sharded-mongodb-docker","com.docker.compose.service":"shard0-replica2","com.docker.compose.version":"2.12.1"},"ParentId":"","RepoDigests":null,"RepoTags":["sharded-mongodb-docker-shard0-replica2:latest"],"SharedSize":-1,"Size":733493030,"VirtualSize":733493030},{"Containers":-1,"Created":1668344797,"Id":"sha256:a80a2caea615bb5d43d6080c7c0bee043638cf2fcea17fb43bc59ede63db52c5","Labels":{"com.docker.compose.project":"sharded-mongodb-docker","com.docker.compose.service":"shard1-replica1","com.docker.compose.version":"2.12.1"},"ParentId":"","RepoDigests":null,"RepoTags":["sharded-mongodb-docker-shard1-replica1:latest"],"SharedSize":-1,"Size":733493030,"VirtualSize":733493030},{"Containers":-1,"Created":1668344797,"Id":"sha256:97969d8430deada9781435a9818226fee2e8ec0d9b9172b5b8b5e4c4aaa691f7","Labels":{"com.docker.compose.project":"sharded-mongodb-docker","com.docker.compose.service":"shard0-replica1","com.docker.compose.version":"2.12.1"},"ParentId":"","RepoDigests":null,"RepoTags":["sharded-mongodb-docker-shard0-replica1:latest"],"SharedSize":-1,"Size":733493030,"VirtualSize":733493030},{"Containers":-1,"Created":1668344797,"Id":"sha256:e60aca4d673d13372d163231869b1d3bbe9767339f84ec7f1044bf8ca0770146","Labels":{"com.docker.compose.project":"sharded-mongodb-docker","com.docker.compose.service":"configdb-replica0","com.docker.compose.version":"2.12.1"},"ParentId":"","RepoDigests":null,"RepoTags":["sharded-mongodb-docker-configdb-replica0:latest"],"SharedSize":-1,"Size":733493030,"VirtualSize":733493030},{"Containers":-1,"Created":1668344797,"Id":"sha256:0185b5e652c56b9f240d42b4c646d2ce1f4833f7d876325e6a708088b7223ac3","Labels":{"com.docker.compose.project":"sharded-mongodb-docker","com.docker.compose.service":"configdb-replica2","com.docker.compose.version":"2.12.1"},"ParentId":"","RepoDigests":null,"RepoTags":["sharded-mongodb-docker-configdb-replica2:latest"],"SharedSize":-1,"Size":733493030,"VirtualSize":733493030},{"Containers":-1,"Created":1668344797,"Id":"sha256:a1978de03d14943dce6c89f436c8c2958c4db35feb8831ff62dea8d59d7f0f76","Labels":{"com.docker.compose.project":"sharded-mongodb-docker","com.docker.compose.service":"shard0-replica0","com.docker.compose.version":"2.12.1"},"ParentId":"","RepoDigests":null,"RepoTags":["sharded-mongodb-docker-shard0-replica0:latest"],"SharedSize":-1,"Size":733493030,"VirtualSize":733493030},{"Containers":-1,"Created":1668344797,"Id":"sha256:4121b9bcab6aa86c81bb3cb88df868e014eaf1059ed87cf94acf7f8053a55b17","Labels":{"com.docker.compose.project":"sharded-mongodb-docker","com.docker.compose.service":"shard1-replica0","com.docker.compose.version":"2.12.1"},"ParentId":"","RepoDigests":null,"RepoTags":["sharded-mongodb-docker-shard1-replica0:latest"],"SharedSize":-1,"Size":733493030,"VirtualSize":733493030},{"Containers":-1,"Created":1668344796,"Id":"sha256:2482afcabaca91d315ce35cf773ff820b8cebe49d05a2ed86a103f025ce9db1f","Labels":{"com.docker.compose.project":"sharded-mongodb-docker","com.docker.compose.service":"mongos-router1","com.docker.compose.version":"2.12.1"},"ParentId":"","RepoDigests":null,"RepoTags":["sharded-mongodb-docker-mongos-router1:latest"],"SharedSize":-1,"Size":733492562,"VirtualSize":733492562},{"Containers":-1,"Created":1668344796,"Id":"sha256:e762692175cd57e3fd9ee76e94b7fd70c1afb285e8a9dc5a56ad7d447cfeb6b0","Labels":{"com.docker.compose.project":"sharded-mongodb-docker","com.docker.compose.service":"mongos-router0","com.docker.compose.version":"2.12.1"},"ParentId":"","RepoDigests":null,"RepoTags":["sharded-mongodb-docker-mongos-router0:latest"],"SharedSize":-1,"Size":733492562,"VirtualSize":733492562},{"Containers":-1,"Created":1668213411,"Id":"sha256:eb9b31cc0e5e896839a72fb5e3d5678dfba2a585f41bfa614b8bda4d91d2ea8b","Labels":{"org.opencontainers.image.authors":"https://bitnami.com/contact","org.opencontainers.image.description":"Application packaged by Bitnami","org.opencontainers.image.ref.name":"6.0.2-debian-11-r14","org.opencontainers.image.source":"https://github.com/bitnami/containers/tree/main/bitnami/mongodb-sharded","org.opencontainers.image.title":"mongodb-sharded","org.opencontainers.image.vendor":"VMware, Inc.","org.opencontainers.image.version":"6.0.2"},"ParentId":"","RepoDigests":["bitnami/mongodb-sharded@sha256:26cf285931dc849088edbebb0afdce9aee3fd8788f1d587b7926d515a99674b5"],"RepoTags":["bitnami/mongodb-sharded:6.0","bitnami/mongodb-sharded:latest"],"SharedSize":-1,"Size":640298619,"VirtualSize":640298619},{"Containers":-1,"Created":1668095108,"Id":"sha256:914fe1b66d02bfe4fee5cf9fbf61446ae04ff2da3a026e63ffc5119423cee517","Labels":{"com.docker.desktop.extension.api.version":"0.3.0","com.docker.desktop.extension.icon":"https://docker-extension-screenshots.s3.amazonaws.com/resource-usage-extension/icon.svg","com.docker.extension.additional-urls":"","com.docker.extension.categories":"utility-tools","com.docker.extension.changelog":"Fix a bug when a container and a compose stack share the same name","com.docker.extension.detailed-description":"<p>With Resource Usage you can:</p>     <ul>     <li>Find out which containers or Docker Compose projects consume the most resources.</li>     <li>Monitor the evolution of resource usage by containers over time.</li>     <li>See how much CPU, Memory, Network and Disk space your containers are using.</li>     </ul>     ","com.docker.extension.publisher-url":"https://www.docker.com/","com.docker.extension.screenshots":"[     {\"url\": \"https://docker-extension-screenshots.s3.amazonaws.com/resource-usage-extension/1-processes.png\",      \"alt\": \"View all docker containers resources in a table\"},     {\"url\": \"https://docker-extension-screenshots.s3.amazonaws.com/resource-usage-extension/2-graphs.png\",      \"alt\": \"View containers resource usage as graphs\"}     ]","org.opencontainers.image.description":"Monitor and manage live data stream for running containers.","org.opencontainers.image.revision":"1.0.2","org.opencontainers.image.source":"https://github.com/docker/resource-usage-extension","org.opencontainers.image.title":"Resource usage","org.opencontainers.image.vendor":"Docker Inc."},"ParentId":"","RepoDigests":["docker/resource-usage-extension@sha256:e6a95e241fcb6d9cdaeba2a28ecf727cf48b2accd7e9a7a8d4c2582dc1051a4e"],"RepoTags":["docker/resource-usage-extension:1.0.2"],"SharedSize":-1,"Size":6806164,"VirtualSize":6806164},{"Containers":-1,"Created":1666952097,"Id":"sha256:f7c1ab38195fd99aac23abc2b1dc6be7bf62575af79cf35b899ac4f1e001a043","Labels":null,"ParentId":"","RepoDigests":["postgrest/postgrest@sha256:058d34b648f80f7782e1e062df13eb9b541825b38a6b521f3848af86c85be26b","public.ecr.aws/supabase/postgrest@sha256:058d34b648f80f7782e1e062df13eb9b541825b38a6b521f3848af86c85be26b"],"R"
17:19:59.205 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "epoTags":["postgrest/postgrest:v10.1.2","public.ecr.aws/supabase/postgrest:v10.1.2"],"SharedSize":-1,"Size":16128320,"VirtualSize":16128320},{"Containers":-1,"Created":1666100421,"Id":"sha256:e66d02bd0687b2fc97583baafe50c4d0955d329da0d5e248f0c300d5c49d7484","Labels":{"org.opencontainers.image.description":"The Jenkins Continuous Integration and Delivery server","org.opencontainers.image.licenses":"MIT","org.opencontainers.image.revision":"95876b1697ef583ec8c14589ae9afafba4699aa0","org.opencontainers.image.source":"https://github.com/jenkinsci/docker","org.opencontainers.image.title":"Official Jenkins Docker image","org.opencontainers.image.url":"https://www.jenkins.io/","org.opencontainers.image.vendor":"Jenkins project","org.opencontainers.image.version":"2.374"},"ParentId":"","RepoDigests":["jenkins/jenkins@sha256:7c6eea5e3177f342cb92d3942e6a1bf10fec8722c4b57c694c53aacb3259b71e"],"RepoTags":["jenkins/jenkins:latest-jdk17"],"SharedSize":-1,"Size":461557347,"VirtualSize":461557347},{"Containers":-1,"Created":1665215590,"Id":"sha256:427cffe351d88fe18fc97a2c1bddb02fe747d1947640413b8516ef48cd730487","Labels":null,"ParentId":"","RepoDigests":null,"RepoTags":["crontab-orsi_cron:latest"],"SharedSize":-1,"Size":145337113,"VirtualSize":145337113},{"Containers":-1,"Created":1665142691,"Id":"sha256:25d21ff36e2b7b66f8202e390b1919c5d03aab47fa98d33a47a3d33a7b89b4bd","Labels":{"maintainer":"Sergey Alexandrovich <darthsim@gmail.com>"},"ParentId":"","RepoDigests":["public.ecr.aws/supabase/imgproxy@sha256:0facd355d50f3be665ebe674486f2b2e9cdaebd3f74404acd9b7fece2f661435"],"RepoTags":["public.ecr.aws/supabase/imgproxy:v3.8.0"],"SharedSize":-1,"Size":173322676,"VirtualSize":173322676},{"Containers":-1,"Created":1665097278,"Id":"sha256:3cefb958bcd694597b65adc00053a762b1f9a6df3c6031af528d052d75a64e1a","Labels":{"maintainer":"Kong <support@konghq.com>"},"ParentId":"","RepoDigests":["kong@sha256:1b53405d8680a09d6f44494b7990bf7da2ea43f84a258c59717d4539abf09f6d","public.ecr.aws/supabase/kong@sha256:1b53405d8680a09d6f44494b7990bf7da2ea43f84a258c59717d4539abf09f6d"],"RepoTags":["kong:2.8.1","public.ecr.aws/supabase/kong:2.8.1"],"SharedSize":-1,"Size":139263345,"VirtualSize":139263345},{"Containers":-1,"Created":1664994660,"Id":"sha256:1cca5cf682396e2ad3b4af822f1e0f64990a940cf9047c8d93b63af592e054aa","Labels":null,"ParentId":"","RepoDigests":["mongo@sha256:946d309038b2581d8913213333eb3f86142d95e770ec6a3e334ca9b43ebd402e"],"RepoTags":["mongo:latest"],"SharedSize":-1,"Size":694522572,"VirtualSize":694522572},{"Containers":-1,"Created":1664833312,"Id":"sha256:7fb60d0ea30e93e44c0f7921a727e383bdb23f33f5111a04820bb63d436cd909","Labels":null,"ParentId":"","RepoDigests":["gcr.io/k8s-minikube/kicbase@sha256:e6f9b2700841634f3b94907f9cfa6785ca4409ef8e428a0322c1781e809d311b"],"RepoTags":["gcr.io/k8s-minikube/kicbase:v0.0.35"],"SharedSize":-1,"Size":1122187631,"VirtualSize":1122187631},{"Containers":-1,"Created":1662090782,"Id":"sha256:d34d21a9eb5bcd6d6e270ee52153cb7503c6e3262f6f1ee652d3a6000867a6e9","Labels":null,"ParentId":"","RepoDigests":["mongo@sha256:59448b028874b9ce3150cc692a3f85e8beed92cb8dc9479bdc3fd453b70e1fb1"],"RepoTags":["mongo:6.0.1"],"SharedSize":-1,"Size":693104115,"VirtualSize":693104115},{"Containers":-1,"Created":1660754839,"Id":"sha256:68f44796bec4638774ef5e6e40e67d365c428e353c7b96059b4bbdbb28b0260d","Labels":null,"ParentId":"","RepoDigests":["public.ecr.aws/supabase/pgadmin-schema-diff@sha256:8e21c5f8431422a90afa370e65a1a2cad2f4cc0cd65fd17d5a84df76035a6f0f"],"RepoTags":["public.ecr.aws/supabase/pgadmin-schema-diff:cli-0.0.5"],"SharedSize":-1,"Size":243598739,"VirtualSize":243598739},{"Containers":-1,"Created":1659927212,"Id":"sha256:f5b6afda5922f49febd0168fab507635d40642d20d9038d5230159720459ba50","Labels":{"org.opencontainers.image.created":"2022-08-08T02:51:40.231Z","org.opencontainers.image.description":"Disposable webmail server (similar to Mailinator) with built in SMTP, POP3, RESTful servers; no DB required.","org.opencontainers.image.licenses":"MIT","org.opencontainers.image.revision":"344c3ffb2173464e12eefc6329b035a6f23ce23a","org.opencontainers.image.source":"https://github.com/inbucket/inbucket","org.opencontainers.image.title":"inbucket","org.opencontainers.image.url":"https://github.com/inbucket/inbucket","org.opencontainers.image.version":"3.0.3"},"ParentId":"","RepoDigests":["public.ecr.aws/supabase/inbucket@sha256:dc912ab76de647ca2a363fe285515e512e964cf699166773f3c2c73f5e7f71c0"],"RepoTags":["public.ecr.aws/supabase/inbucket:3.0.3"],"SharedSize":-1,"Size":25828529,"VirtualSize":25828529},{"Containers":-1,"Created":1659017178,"Id":"sha256:7ac27de2f0c441174e7e12a105f876493b902ffd7bbb2a3646aa929c08cc3806","Labels":null,"ParentId":"","RepoDigests":["testcontainers/ryuk@sha256:0c8faa0a3ad1e154f9d8d5d78627b40d7359ff3f7d3f98556aa32157ad8fd924"],"RepoTags":["testcontainers/ryuk:0.3.4"],"SharedSize":-1,"Size":11975796,"VirtualSize":11975796},{"Containers":-1,"Created":1658395949,"Id":"sha256:5f8f804dbfa286ee3f277b1687348911e66fcb650a456c81e5721a3c30e1ff50","Labels":{"com.docker.desktop.extension.api.version":">= 0.2.3","com.docker.desktop.extension.icon":"https://docker-extension-screenshots.s3.us-east-1.amazonaws.com/disk-usage-extension/hard-drive.svg","com.docker.extension.additional-urls":"[]","com.docker.extension.changelog":"<ul>     <li>Fixed bug that prevented users from removing dangling images.</li>     </ul>","com.docker.extension.detailed-description":"<p>This extension displays the disk space used by Docker, in various categories. Allow users to reclaim space in one click.</p>     <h3 id=who-might-find-it-useful->Who might find it useful?</h3>     <ul>     <li><p>If you need more visibility about how much space Docker resources (e.g. images, volumes, etc) are using and how much of it is reclaimable.</p>     </li>     <li><p>If you are looking for a quick way to clean up disk space used by Docker.</p>     </li>     </ul>     <h3 id=how-it-works>How it works</h3>     <p>You can reclaim the disk space used by Docker by removing:</p>     <ul>     <li>Stopped containers</li>     <li>Unused images</li>     <li>Dangling images</li>     <li>Build cache</li>     <li>Unused volumes</li>     </ul>     ","com.docker.extension.publisher-url":"https://www.docker.com/","com.docker.extension.screenshots":"[     {\"url\": \"https://docker-extension-screenshots.s3.amazonaws.com/disk-usage-extension/1-disk-usage.png\", \"alt\": \"Disk usage stats\"},     {\"url\": \"https://docker-extension-screenshots.s3.amazonaws.com/disk-usage-extension/2-reclaim-popup.png\", \"alt\": \"Reclaim space popup\"},     {\"url\": \"https://docker-extension-screenshots.s3.amazonaws.com/disk-usage-extension/3-space-reclaimed.png\", \"alt\": \"Space reclaimed successfully\"}     ]","org.opencontainers.image.description":"View disk space used by Docker and what it's used for. Reclaim disk space in one click.","org.opencontainers.image.title":"Disk Usage","org.opencontainers.image.vendor":"Docker Inc."},"ParentId":"","RepoDigests":["docker/disk-usage-extension@sha256:02397941ad317744d0fded959f2a21f69d1f1cd4d7d9f2c9ba1be7e4a88f8375"],"RepoTags":["docker/disk-usage-extension:0.2.5"],"SharedSize":-1,"Size":2787784,"VirtualSize":2787784},{"Containers":-1,"Created":1652985164,"Id":"sha256:9803578daf11dc21c8fd6cd5954104d5514961c0cfc0a3465a99b3246e702d9e","Labels":{"maintainer":"NGINX Docker Maintainers <docker-maint@nginx.com>"},"ParentId":"","RepoDigests":null,"RepoTags":["heartdisease_web:latest"],"SharedSize":-1,"Size":141548474,"VirtualSize":141548474},{"Containers":-1,"Created":1652770318,"Id":"sha256:5e94276f97bdef4b76c0268033f30079bc8ebbe75365bb3c418003e742091746","Labels":null,"ParentId":"","RepoDigests":null,"RepoTags":["gaspricemonitorization_grafana:latest"],"SharedSize":-1,"Size":287182170,"VirtualSize":287182170},{"Containers":-1,"Created":1652770232,"Id":"sha256:0a2888ae30b8f45fdbf17db52fbf20053854b4be10d819d24b05e4294582934e","Labels":{"maintainer":"Jupyter Project <jupyter@googlegrou"
17:19:59.211 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "ps.com>"},"ParentId":"","RepoDigests":null,"RepoTags":["gaspricemonitorization_jupyter:latest"],"SharedSize":-1,"Size":841791407,"VirtualSize":841791407},{"Containers":-1,"Created":1652456597,"Id":"sha256:80d731fbf7792d7e7d26c5c93dd6d0c4c7c2a25a49d27d88a99afbc132f839f2","Labels":{"maintainer":"Sebastian Ramirez <tiangolo@gmail.com>"},"ParentId":"","RepoDigests":null,"RepoTags":["heartdisease_api:latest"],"SharedSize":-1,"Size":1450632460,"VirtualSize":1450632460},{"Containers":-1,"Created":1649653581,"Id":"sha256:617c8407cde140a7684e552f79fadb8a00531de44292ced5efafc77e809bc8fc","Labels":{"maintainer":"Jupyter Project <jupyter@googlegroups.com>"},"ParentId":"","RepoDigests":["jupyter/base-notebook@sha256:220c49d69e012a07a3b7c7f393c968e2329620eb244c1d80e6cc7be998275090"],"RepoTags":["jupyter/base-notebook:latest"],"SharedSize":-1,"Size":806813911,"VirtualSize":806813911},{"Containers":-1,"Created":1649589296,"Id":"sha256:aadd62c3c1feea1bc3ae63b2bd18f06616ce9be6225f7e5b150a1886638b4ac2","Labels":null,"ParentId":"","RepoDigests":["alpine/socat@sha256:acddcaba75c107cf807d1131788e931163d2fa778bc229ff97b32ca85954842c"],"RepoTags":["alpine/socat:1.7.4.3-r0"],"SharedSize":-1,"Size":7044476,"VirtualSize":7044476},{"Containers":-1,"Created":1649370229,"Id":"sha256:8002e02d05b4305cee201579d98f86bedf14e93dc990ff5c758d7b12bdf197d0","Labels":null,"ParentId":"","RepoDigests":["influxdb@sha256:7b6e0d14ac7be2160805ad94437340ad873dded140b0c349d91d26b97189c806"],"RepoTags":["influxdb:latest"],"SharedSize":-1,"Size":341198556,"VirtualSize":341198556},{"Containers":-1,"Created":1648681513,"Id":"sha256:cc9eb7b5252d2a347b3993df10fe3a458bf0a0398d002eb3bf63e0273fbfddc6","Labels":null,"ParentId":"","RepoDigests":["influxdb@sha256:4d8267af494f3f6f0d42cc0d096e190a411e9762566fe525a1a37adc38a9c152"],"RepoTags":["influxdb:1.8"],"SharedSize":-1,"Size":286593221,"VirtualSize":286593221},{"Containers":-1,"Created":1634937090,"Id":"sha256:2d2fb2cabc8fa6b894bd7c82158dd7a9dd5815d240f75a93db0d853f008cfd20","Labels":null,"ParentId":"","RepoDigests":["mongo-express@sha256:2a25aafdf23296823b06bc9a0a2af2656971262041b8dbf11b40444804fdc104"],"RepoTags":["mongo-express:latest"],"SharedSize":-1,"Size":135665516,"VirtualSize":135665516},{"Containers":-1,"Created":1634356711,"Id":"sha256:a6b922761c18c24a567fa218b16e306aacd2eb20997bf8b83fc546763e172cd4","Labels":null,"ParentId":"","RepoDigests":["rabbitmq@sha256:24c031e7ea233e47bb7d7f332a7956b0e94ccae7056e1cc59fc0009c8bf53f6c"],"RepoTags":["rabbitmq:3.9.7-management"],"SharedSize":-1,"Size":252876987,"VirtualSize":252876987},{"Containers":-1,"Created":1621481268,"Id":"sha256:e2d4ea346dccdef2959a01c8e38edb0582c7a1b25ffc2d849ec8b56ab83bc1e7","Labels":null,"ParentId":"","RepoDigests":["public.ecr.aws/supabase/migra@sha256:7521d74e7cbc39417fbf1d775d99c6ba87548a8a63b9d6f0076ecc0371af9d3a"],"RepoTags":["public.ecr.aws/supabase/migra:3.0.1621480950"],"SharedSize":-1,"Size":66507248,"VirtualSize":66507248},{"Containers":-1,"Created":1620646959,"Id":"sha256:32d8a4638cd83922fdd94cadf4f1850b595d29757488c73adf05f4b99ebd1318","Labels":null,"ParentId":"","RepoDigests":["docker/compose@sha256:ae66070588c539b965986dc74e9371e3e62ef71668b72a5eed70de111ed3659e"],"RepoTags":["docker/compose:1.29.2"],"SharedSize":-1,"Size":76194233,"VirtualSize":76194233},{"Containers":-1,"Created":1607139813,"Id":"sha256:365ef5562b9f6b99cb99f52b1ca05020fe2d638ed250b6ed4b219f77700b6262","Labels":{"com.docker.compose.project":"elk_containers","com.docker.compose.service":"logstash","com.docker.compose.version":"2.13.0","org.label-schema.build-date":"2020-12-05T03:00:47Z","org.label-schema.license":"Elastic License","org.label-schema.name":"logstash","org.label-schema.schema-version":"1.0","org.label-schema.url":"https://www.elastic.co/products/logstash","org.label-schema.vcs-url":"https://github.com/elastic/logstash","org.label-schema.vendor":"Elastic","org.label-schema.version":"7.10.1","org.opencontainers.image.created":"2020-12-05T03:00:47Z","org.opencontainers.image.description":"Logstash is a free and open server-side data processing pipeline that ingests data from a multitude of sources, transforms it, and then sends it to your favorite 'stash.'","org.opencontainers.image.licenses":"Elastic License","org.opencontainers.image.title":"logstash","org.opencontainers.image.vendor":"Elastic","org.opencontainers.image.version":"7.10.1"},"ParentId":"","RepoDigests":null,"RepoTags":["elk_containers-logstash:latest"],"SharedSize":-1,"Size":910526045,"VirtualSize":910526045},{"Containers":-1,"Created":1607134154,"Id":"sha256:5ebce8cca7b37fd844b1173e877671957d36312ce2c6cea8c0c66582d059113d","Labels":{"com.docker.compose.project":"elk_containers","com.docker.compose.service":"kibana","com.docker.compose.version":"2.13.0","org.label-schema.build-date":"2020-12-05T02:04:38.350Z","org.label-schema.license":"Elastic License","org.label-schema.name":"Kibana","org.label-schema.schema-version":"1.0","org.label-schema.url":"https://www.elastic.co/products/kibana","org.label-schema.usage":"https://www.elastic.co/guide/en/kibana/reference/index.html","org.label-schema.vcs-ref":"608c5e5dd32659e8afadd520d0cdc58766ba505b","org.label-schema.vcs-url":"https://github.com/elastic/kibana","org.label-schema.vendor":"Elastic","org.label-schema.version":"7.10.1","org.opencontainers.image.created":"2020-12-05T02:04:38.350Z","org.opencontainers.image.documentation":"https://www.elastic.co/guide/en/kibana/reference/index.html","org.opencontainers.image.licenses":"Elastic License","org.opencontainers.image.revision":"608c5e5dd32659e8afadd520d0cdc58766ba505b","org.opencontainers.image.source":"https://github.com/elastic/kibana","org.opencontainers.image.title":"Kibana","org.opencontainers.image.url":"https://www.elastic.co/products/kibana","org.opencontainers.image.vendor":"Elastic","org.opencontainers.image.version":"7.10.1"},"ParentId":"","RepoDigests":null,"RepoTags":["elk_containers-kibana:latest"],"SharedSize":-1,"Size":991873974,"VirtualSize":991873974},{"Containers":-1,"Created":1607130473,"Id":"sha256:49cac9bfe6946ee68381dfafac517c8fb7e087f4935147b4bf301c78f521b751","Labels":{"com.docker.compose.project":"elk_containers","com.docker.compose.service":"elasticsearch","com.docker.compose.version":"2.13.0","org.label-schema.build-date":"2020-12-05T01:00:33.671820Z","org.label-schema.license":"Elastic-License","org.label-schema.name":"Elasticsearch","org.label-schema.schema-version":"1.0","org.label-schema.url":"https://www.elastic.co/products/elasticsearch","org.label-schema.usage":"https://www.elastic.co/guide/en/elasticsearch/reference/index.html","org.label-schema.vcs-ref":"1c34507e66d7db1211f66f3513706fdf548736aa","org.label-schema.vcs-url":"https://github.com/elastic/elasticsearch","org.label-schema.vendor":"Elastic","org.label-schema.version":"7.10.1","org.opencontainers.image.created":"2020-12-05T01:00:33.671820Z","org.opencontainers.image.documentation":"https://www.elastic.co/guide/en/elasticsearch/reference/index.html","org.opencontainers.image.licenses":"Elastic-License","org.opencontainers.image.revision":"1c34507e66d7db1211f66f3513706fdf548736aa","org.opencontainers.image.source":"https://github.com/elastic/elasticsearch","org.opencontainers.image.title":"Elasticsearch","org.opencontainers.image.url":"https://www.elastic.co/products/elasticsearch","org.opencontainers.image.vendor":"Elastic","org.opencontainers.image.version":"7.10.1"},"ParentId":"","RepoDigests":null,"RepoTags":["elk_containers-elasticsearch:latest"],"SharedSize":-1,"Size":773756675,"VirtualSize":773756675},{"Containers":-1,"Created":1573834642,"Id":"sha256:773adfb7f8bbb36be7fe16607e0fbec4ba6905b5a456a1d26680aa9d701c97e0","Labels":null,"ParentId":"","RepoDigests":["elastichq/elasticsearch-hq@sha256:bb3bd22c2b877d8457b1ab6a8854388b6814939cae104f9a6b1cdac9fb739f62"],"RepoTags":["elastichq/elasticsearch-hq:latest"],"SharedSize":-1,"Size":436380526,"VirtualSize":436380526}][\n]"
17:19:59.215 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "[\r][\n]"
17:19:59.215 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "0[\r][\n]"
17:19:59.215 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "[\r][\n]"
17:19:59.215 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000002: releasing valid endpoint
17:19:59.215 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000002: releasing endpoint
17:19:59.215 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000002: connection http-outgoing-0 can be kept alive for 3 MINUTES
17:19:59.215 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000002: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:19:59.225 [Test worker] DEBUG o.t.images.LocalImagesCache - repoTags is null, skipping image: Image(created=1680334644, id=sha256:068c75fe46278a4017841000913d0c6e766fb12bedcdd5b3077677306a4d6110, parentId=, repoTags=null, repoDigests=[registry.digitalocean.com/lzpe0555-registry/urlshortener@sha256:b92c62764bcaf16942e578cfd66aea93074dc22ce7b1f8c0300059b04129c58f], size=124174422, virtualSize=124174422, sharedSize=-1, labels={VERSION=1.0, maintainer=zsolt.lukacs@microfocus.com}, containers=-1)
17:19:59.225 [Test worker] DEBUG o.t.images.LocalImagesCache - repoTags is null, skipping image: Image(created=1680334308, id=sha256:4fd0795cd1099674c37a9ef909b920ece64ad090884c22f9798843dc8c8f48d3, parentId=, repoTags=null, repoDigests=[registry.digitalocean.com/lzpe0555-registry/urlshortener@sha256:b0b5462a6f9554e58273cbfbf883901a77f36bee20464940207d03b3614038b9], size=124174305, virtualSize=124174305, sharedSize=-1, labels={VERSION=1.0, maintainer=zsolt.lukacs@microfocus.com}, containers=-1)
17:19:59.225 [Test worker] DEBUG o.t.images.LocalImagesCache - repoTags is null, skipping image: Image(created=1680332262, id=sha256:001c82c44ff89275716e11fe8ea8379c895a00a2a24b1bbe63d5f6c9a5f0ed2e, parentId=, repoTags=null, repoDigests=[registry.digitalocean.com/lzpe0555-registry/urlshortener@sha256:ab344414d1a80d9fec8160aac865eb8eb9c1fdaf2ae33241d0bcd5820d36364e], size=234566077, virtualSize=234566077, sharedSize=-1, labels={VERSION=1.0, maintainer=zsolt.lukacs@microfocus.com}, containers=-1)
17:19:59.225 [Test worker] DEBUG o.t.images.LocalImagesCache - repoTags is null, skipping image: Image(created=1680298847, id=sha256:b2adc05d861ef9dc8d3258f05f92e7729a23cf55a6146725adadbc92a71bee31, parentId=, repoTags=null, repoDigests=[registry.digitalocean.com/lzpe0555-registry/urlshortener@sha256:488f8b111ef1cf03d91da96fe52f684a6d7b9aab2ea97eff01c8907f9933fc81], size=234565932, virtualSize=234565932, sharedSize=-1, labels={VERSION=1.0, maintainer=zsolt.lukacs@microfocus.com}, containers=-1)
17:19:59.225 [Test worker] DEBUG o.t.images.LocalImagesCache - repoTags is null, skipping image: Image(created=1680298752, id=sha256:018635191512485a06f3d9be8461414db9f05e6e09d5b1f6820449b5ea510367, parentId=, repoTags=null, repoDigests=[registry.digitalocean.com/lzpe0555-registry/urlshortener@sha256:b38059c9c1efb76e37422b10df8138829f0a17243cb66ad6e42bc2bdf91f7c7c], size=234565731, virtualSize=234565731, sharedSize=-1, labels={VERSION=1.0, maintainer=zsolt.lukacs@microfocus.com}, containers=-1)
17:19:59.225 [Test worker] DEBUG o.t.images.LocalImagesCache - repoTags is null, skipping image: Image(created=1680298595, id=sha256:ccdb7292a9281ca68b400c9343272d9030fba96aa2d10a26030d3a3689411bbe, parentId=, repoTags=null, repoDigests=[registry.digitalocean.com/lzpe0555-registry/urlshortener@sha256:c271e90ba5f3d7fa170051c6295d52d91dd3d4a45a9f8dc860e17a470604b46b], size=234565638, virtualSize=234565638, sharedSize=-1, labels={VERSION=1.0, maintainer=zsolt.lukacs@microfocus.com}, containers=-1)
17:19:59.226 [Test worker] DEBUG o.t.images.LocalImagesCache - repoTags is null, skipping image: Image(created=1680279477, id=sha256:3d72bbdd5094530e8d63f3171a58625a17b273dd9bf0384d2875debfb93ada0c, parentId=, repoTags=null, repoDigests=[registry.digitalocean.com/lzpe0555-registry/urlshortener@sha256:bd59c18296b3d33f73348003a180f28d4df149bcdaf9f7153e787e641022e4b8], size=234565508, virtualSize=234565508, sharedSize=-1, labels={VERSION=1.0, maintainer=zsolt.lukacs@microfocus.com}, containers=-1)
17:19:59.226 [Test worker] DEBUG o.t.images.LocalImagesCache - repoTags is null, skipping image: Image(created=1680279176, id=sha256:ab97eb989c2c4f3977c2256ea44f6a97fa90511dabf83e4c8dddbd21c1e962bd, parentId=, repoTags=null, repoDigests=[registry.digitalocean.com/lzpe0555-registry/urlshortener@sha256:1ba8e2c2229284f2457a0d596ac39cd5643690ccc34b42db1a233a2efc460d63], size=124174372, virtualSize=124174372, sharedSize=-1, labels={VERSION=1.0, maintainer=zsolt.lukacs@microfocus.com}, containers=-1)
17:19:59.226 [Test worker] DEBUG o.t.images.LocalImagesCache - repoTags is null, skipping image: Image(created=1680279073, id=sha256:6daf2059a2e4cc286838aa08e759340ee900274d856d68fba5429ce19bf5a6e4, parentId=, repoTags=null, repoDigests=[registry.digitalocean.com/lzpe0555-registry/urlshortener@sha256:40bd1d1b90aa889100195133d7cf0e4dda31b1fa38c1538932af392c90bb7b7f], size=124174533, virtualSize=124174533, sharedSize=-1, labels={VERSION=1.0, maintainer=zsolt.lukacs@microfocus.com}, containers=-1)
17:19:59.226 [Test worker] DEBUG o.t.images.LocalImagesCache - repoTags is null, skipping image: Image(created=1680277859, id=sha256:efced7fa114f9ca90dd6e3782dd2473097e764f5337841be9c7eebee3f6adb0d, parentId=, repoTags=null, repoDigests=[registry.digitalocean.com/lzpe0555-registry/urlshortener@sha256:783c1dd98465c12f30035cfae83c3b2ba8238507af95ae2e7ee91536b6819b59], size=234565503, virtualSize=234565503, sharedSize=-1, labels={VERSION=1.0, maintainer=zsolt.lukacs@microfocus.com}, containers=-1)
17:19:59.226 [Test worker] DEBUG o.t.images.LocalImagesCache - repoTags is null, skipping image: Image(created=1680276411, id=sha256:91ac332b2e19c904eada2cf9b8cfcb316af45b8d4c08768ce517420390a529ca, parentId=, repoTags=null, repoDigests=[registry.digitalocean.com/lzpe0555-registry/urlshortener@sha256:cc4c986102d859b0f7619d03909cd1baeee3ab3de1ffa9ca73058d16d2571462], size=124174466, virtualSize=124174466, sharedSize=-1, labels={VERSION=1.0, maintainer=zsolt.lukacs@microfocus.com}, containers=-1)
17:19:59.226 [Test worker] DEBUG o.t.images.LocalImagesCache - repoTags is null, skipping image: Image(created=1680274409, id=sha256:5c4b4955d4f3e055cd46565f2092a4f982e17db8c3bdf0eee65b437855d44b07, parentId=, repoTags=null, repoDigests=[registry.digitalocean.com/lzpe0555-registry/urlshortener@sha256:421f1472d895b73e1073abdb5726ce71ad326c986058443ccdfaa56d6a45bbc6], size=234565580, virtualSize=234565580, sharedSize=-1, labels={VERSION=1.0, maintainer=zsolt.lukacs@microfocus.com}, containers=-1)
17:19:59.226 [Test worker] DEBUG o.t.images.LocalImagesCache - repoTags is null, skipping image: Image(created=1680273446, id=sha256:c37e6b9597ea6d01d5d74b6dd035121e756a63ac5a746824fd1597684d70ca57, parentId=, repoTags=null, repoDigests=[registry.digitalocean.com/lzpe0555-registry/urlshortener@sha256:5f80d1c98e8addaf5a4de6c108d824689040202d5025dd201e192de259f51ba9], size=234565116, virtualSize=234565116, sharedSize=-1, labels={VERSION=1.0, maintainer=zsolt.lukacs@microfocus.com}, containers=-1)
17:19:59.226 [Test worker] DEBUG o.t.images.LocalImagesCache - repoTags is null, skipping image: Image(created=1680203596, id=sha256:1c9252355a76a7a2aa8801dca3e7601b8d9a35d7f21501ad76bcc4606b79d6a1, parentId=, repoTags=null, repoDigests=[registry.digitalocean.com/lzpe0555-registry/urlshortener@sha256:d6847e2aadfd21cfa89eb3dbc3c2085ef81c9e21e850e29a472b80a5bfcd71da], size=125605293, virtualSize=125605293, sharedSize=-1, labels={VERSION=1.0-SNAPSHOT, maintainer=zsolt.lukacs@microfocus.com}, containers=-1)
17:19:59.226 [Test worker] DEBUG o.t.images.LocalImagesCache - repoTags is null, skipping image: Image(created=1680203501, id=sha256:8f9cf477d05dc666312ce2014d8b269023abaf6d489968134ab2c4d0f7e75bb2, parentId=, repoTags=null, repoDigests=[registry.digitalocean.com/lzpe0555-registry/urlshortener@sha256:59d63cc5becdfc80728a17a360fba6564449961b057eb8f04bbcd1cb12245b84], size=239779086, virtualSize=239779086, sharedSize=-1, labels={VERSION=1.0, maintainer=zsolt.lukacs@microfocus.com}, containers=-1)
17:19:59.227 [Test worker] DEBUG o.t.images.LocalImagesCache - repoTags is null, skipping image: Image(created=1679135192, id=sha256:1de4e9ebc859af12e1345844ea2fb162bdd8837ef4e270c739a6fc71e1d0858c, parentId=, repoTags=null, repoDigests=[registry.gitlab.com/rockdonald2/edu-project@sha256:d64bbb9ad92935acab961940a76c655ab629824f0f8eb83dfa7d261aa6170ccd], size=454676083, virtualSize=454676083, sharedSize=-1, labels=null, containers=-1)
17:19:59.229 [Test worker] DEBUG o.t.images.AbstractImagePullPolicy - Using locally available and not pulling image: testcontainers/ryuk:0.3.4
17:19:59.230 [Test worker] DEBUG 🐳 [testcontainers/ryuk:0.3.4] - Starting container: testcontainers/ryuk:0.3.4
17:19:59.246 [Test worker] DEBUG 🐳 [testcontainers/ryuk:0.3.4] - Trying to start container: testcontainers/ryuk:0.3.4 (attempt 1/1)
17:19:59.246 [Test worker] DEBUG 🐳 [testcontainers/ryuk:0.3.4] - Starting container: testcontainers/ryuk:0.3.4
17:19:59.247 [Test worker] INFO  🐳 [testcontainers/ryuk:0.3.4] - Creating container for image: testcontainers/ryuk:0.3.4
17:19:59.316 [Test worker] DEBUG o.t.utility.RegistryAuthLocator - Looking up auth config for image: testcontainers/ryuk:0.3.4 at registry: https://index.docker.io/v1/
17:19:59.320 [Test worker] DEBUG o.t.utility.RegistryAuthLocator - RegistryAuthLocator has configFile: C:\Users\rockd\.docker\config.json (exists) and commandPathPrefix: 
17:19:59.321 [Test worker] DEBUG o.t.utility.RegistryAuthLocator - registryName [https://index.docker.io/v1/] for dockerImageName [testcontainers/ryuk:0.3.4]
17:19:59.322 [Test worker] DEBUG o.t.utility.RegistryAuthLocator - Executing docker credential provider: docker-credential-desktop to locate auth config for: https://index.docker.io/v1/
17:19:59.367 [Test worker] DEBUG o.t.s.o.z.exec.ProcessExecutor - Executing [cmd, /c, docker-credential-desktop, get].
17:19:59.413 [Test worker] DEBUG o.t.s.o.z.exec.ProcessExecutor - Started Process[pid=33320, exitValue="not exited"]
17:19:59.861 [WaitForProcess-Process[pid=33320, exitValue="not exited"]] DEBUG o.t.s.o.z.exec.WaitForProcess - Process[pid=33320, exitValue=1] stopped with exit code 1
17:19:59.869 [Test worker] DEBUG o.t.s.o.z.exec.ProcessExecutor - Executing [cmd, /c, docker-credential-desktop, get].
17:19:59.881 [Test worker] DEBUG o.t.s.o.z.exec.ProcessExecutor - Started Process[pid=37872, exitValue="not exited"]
17:20:00.241 [WaitForProcess-Process[pid=37872, exitValue="not exited"]] DEBUG o.t.s.o.z.exec.WaitForProcess - Process[pid=37872, exitValue=1] stopped with exit code 1
17:20:00.243 [Test worker] DEBUG o.t.utility.RegistryAuthLocator - Got credentials not found error message from docker credential helper - credentials not found in native keychain
17:20:00.244 [Test worker] INFO  o.t.utility.RegistryAuthLocator - Credential helper/store (docker-credential-desktop) does not have credentials for https://index.docker.io/v1/
17:20:00.245 [Test worker] DEBUG o.t.utility.RegistryAuthLocator - No matching Auth Configs - falling back to defaultAuthConfig [null]
17:20:00.245 [Test worker] DEBUG o.t.d.AuthDelegatingDockerClientConfig - Effective auth config [null]
17:20:00.273 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: org.testcontainers.shaded.com.github.dockerjava.core.command.CreateContainerCmdImpl@64355120[aliases=<null>,argsEscaped=<null>,attachStderr=<null>,attachStdin=<null>,attachStdout=<null>,authConfig=<null>,cmd={},domainName=<null>,entrypoint=<null>,env={},exposedPorts=ExposedPorts(exposedPorts=[8080/tcp]),healthcheck=<null>,hostConfig=HostConfig(binds=[//var/run/docker.sock:/var/run/docker.sock:rw], blkioWeight=null, blkioWeightDevice=null, blkioDeviceReadBps=null, blkioDeviceWriteBps=null, blkioDeviceReadIOps=null, blkioDeviceWriteIOps=null, memorySwappiness=null, nanoCPUs=null, capAdd=null, capDrop=null, containerIDFile=null, cpuPeriod=null, cpuRealtimePeriod=null, cpuRealtimeRuntime=null, cpuShares=null, cpuQuota=null, cpusetCpus=null, cpusetMems=null, devices=null, deviceCgroupRules=null, deviceRequests=null, diskQuota=null, dns=null, dnsOptions=null, dnsSearch=null, extraHosts=[], groupAdd=null, ipcMode=null, cgroup=null, links=[], logConfig=LogConfig(type=null, config=null), lxcConf=null, memory=null, memorySwap=null, memoryReservation=null, kernelMemory=null, networkMode=null, oomKillDisable=null, init=null, autoRemove=true, oomScoreAdj=null, portBindings={8080/tcp=[Lcom.github.dockerjava.api.model.Ports$Binding;@70f31322}, privileged=false, publishAllPorts=null, readonlyRootfs=null, restartPolicy=null, ulimits=null, cpuCount=null, cpuPercent=null, ioMaximumIOps=null, ioMaximumBandwidth=null, volumesFrom=[], mounts=null, pidMode=null, isolation=null, securityOpts=null, storageOpt=null, cgroupParent=null, volumeDriver=null, shmSize=null, pidsLimit=null, runtime=null, tmpFs=null, utSMode=null, usernsMode=null, sysctls=null, consoleSize=null, cgroupnsMode=null),hostName=<null>,image=testcontainers/ryuk:0.3.4,ipv4Address=<null>,ipv6Address=<null>,labels={org.testcontainers=true, org.testcontainers.lang=java, org.testcontainers.version=1.17.6},macAddress=<null>,name=testcontainers-ryuk-fabc2d94-4b6e-43ec-8e96-eae5f870aeb5,networkDisabled=<null>,networkingConfig=<null>,onBuild=<null>,platform=<null>,portSpecs=<null>,shell=<null>,stdInOnce=<null>,stdinOpen=<null>,stopSignal=<null>,stopTimeout=<null>,tty=<null>,user=<null>,volumes=Volumes(volumes=[]),workingDir=<null>]
17:20:00.435 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000004: preparing request execution
17:20:00.436 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:00.436 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:00.436 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000004: target auth state: UNCHALLENGED
17:20:00.436 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000004: proxy auth state: UNCHALLENGED
17:20:00.436 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000004: acquiring connection with route {}->npipe://localhost:2375
17:20:00.436 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000004: acquiring endpoint (3 MINUTES)
17:20:00.436 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000004: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:00.436 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000004: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:00.436 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000004: acquired ep-00000003
17:20:00.437 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000004: acquired endpoint ep-00000003
17:20:00.437 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000004: executing POST /v1.32/containers/create?name=testcontainers-ryuk-fabc2d94-4b6e-43ec-8e96-eae5f870aeb5 HTTP/1.1
17:20:00.437 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000003: start execution ex-00000004
17:20:00.437 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000003: executing exchange ex-00000004 over http-outgoing-0
17:20:00.437 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> POST /v1.32/containers/create?name=testcontainers-ryuk-fabc2d94-4b6e-43ec-8e96-eae5f870aeb5 HTTP/1.1
17:20:00.437 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> accept: application/json
17:20:00.437 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> content-type: application/json
17:20:00.437 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:00.437 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:00.437 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> Content-Length: 1956
17:20:00.437 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> Host: localhost:2375
17:20:00.437 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> Connection: keep-alive
17:20:00.437 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:00.438 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "POST /v1.32/containers/create?name=testcontainers-ryuk-fabc2d94-4b6e-43ec-8e96-eae5f870aeb5 HTTP/1.1[\r][\n]"
17:20:00.438 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "accept: application/json[\r][\n]"
17:20:00.438 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "content-type: application/json[\r][\n]"
17:20:00.438 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:00.438 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:00.438 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "Content-Length: 1956[\r][\n]"
17:20:00.438 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "Host: localhost:2375[\r][\n]"
17:20:00.438 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "Connection: keep-alive[\r][\n]"
17:20:00.438 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:00.438 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "[\r][\n]"
17:20:00.438 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "{"Hostname":null,"Domainname":null,"User":null,"AttachStdin":null,"AttachStdout":null,"AttachStderr":null,"PortSpecs":null,"Tty":null,"OpenStdin":null,"StdinOnce":null,"Env":[],"Cmd":[],"Healthcheck":null,"ArgsEscaped":null,"Entrypoint":null,"Image":"testcontainers/ryuk:0.3.4","Volumes":{},"WorkingDir":null,"MacAddress":null,"OnBuild":null,"NetworkDisabled":null,"ExposedPorts":{"8080/tcp":{}},"StopSignal":null,"StopTimeout":null,"HostConfig":{"Binds":["//var/run/docker.sock:/var/run/docker.sock:rw"],"BlkioWeight":null,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"MemorySwappiness":null,"NanoCpus":null,"CapAdd":null,"CapDrop":null,"ContainerIDFile":null,"CpuPeriod":null,"CpuRealtimePeriod":null,"CpuRealtimeRuntime":null,"CpuShares":null,"CpuQuota":null,"CpusetCpus":null,"CpusetMems":null,"Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"DiskQuota":null,"Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":null,"Cgroup":null,"Links":[],"LogConfig":null,"LxcConf":null,"Memory":null,"MemorySwap":null,"MemoryReservation":null,"KernelMemory":null,"NetworkMode":null,"OomKillDisable":null,"Init":null,"AutoRemove":true,"OomScoreAdj":null,"PortBindings":{"8080/tcp":[{"HostIp":"","HostPort":""}]},"Privileged":false,"PublishAllPorts":null,"ReadonlyRootfs":null,"RestartPolicy":null,"Ulimits":null,"CpuCount":null,"CpuPercent":null,"IOMaximumIOps":null,"IOMaximumBandwidth":null,"VolumesFrom":[],"Mounts":null,"PidMode":null,"Isolation":null,"SecurityOpt":null,"StorageOpt":null,"CgroupParent":null,"VolumeDriver":null,"ShmSize":null,"PidsLimit":null,"Runtime":null,"Tmpfs":null,"UTSMode":null,"UsernsMode":null,"Sysctls":null,"ConsoleSize":null,"CgroupnsMode":null},"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.version":"1.17.6"},"Shell":null,"NetworkingConfig":null}"
17:20:00.860 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "HTTP/1.1 201 Created[\r][\n]"
17:20:00.861 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Api-Version: 1.41[\r][\n]"
17:20:00.861 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Content-Type: application/json[\r][\n]"
17:20:00.861 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Date: Thu, 04 May 2023 14:20:00 GMT[\r][\n]"
17:20:00.861 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Docker-Experimental: false[\r][\n]"
17:20:00.861 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Ostype: linux[\r][\n]"
17:20:00.861 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:00.861 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Transfer-Encoding: chunked[\r][\n]"
17:20:00.861 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "[\r][\n]"
17:20:00.861 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << HTTP/1.1 201 Created
17:20:00.861 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Api-Version: 1.41
17:20:00.863 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Content-Type: application/json
17:20:00.863 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Date: Thu, 04 May 2023 14:20:00 GMT
17:20:00.863 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Docker-Experimental: false
17:20:00.863 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Ostype: linux
17:20:00.863 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Server: Docker/20.10.24 (linux)
17:20:00.863 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Transfer-Encoding: chunked
17:20:00.863 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000004: connection can be kept alive for 3 MINUTES
17:20:00.864 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "58[\r][\n]"
17:20:00.864 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "{"Id":"5ba0ece1d384884c13851be3f8377ec9047a5ea80fe00bdf66d6b1da9be76ecf","Warnings":[]}[\n]"
17:20:00.864 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "[\r][\n]"
17:20:00.864 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "0[\r][\n]"
17:20:00.864 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "[\r][\n]"
17:20:00.868 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000003: releasing valid endpoint
17:20:00.868 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000003: releasing endpoint
17:20:00.868 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000003: connection http-outgoing-0 can be kept alive for 3 MINUTES
17:20:00.868 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000003: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:00.872 [Test worker] INFO  🐳 [testcontainers/ryuk:0.3.4] - Container testcontainers/ryuk:0.3.4 is starting: 5ba0ece1d384884c13851be3f8377ec9047a5ea80fe00bdf66d6b1da9be76ecf
17:20:00.874 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: 5ba0ece1d384884c13851be3f8377ec9047a5ea80fe00bdf66d6b1da9be76ecf
17:20:00.875 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000005: preparing request execution
17:20:00.875 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:00.875 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:00.875 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000005: target auth state: UNCHALLENGED
17:20:00.875 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000005: proxy auth state: UNCHALLENGED
17:20:00.875 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000005: acquiring connection with route {}->npipe://localhost:2375
17:20:00.875 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000005: acquiring endpoint (3 MINUTES)
17:20:00.876 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000005: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:00.876 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000005: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:00.876 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000005: acquired ep-00000004
17:20:00.876 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000005: acquired endpoint ep-00000004
17:20:00.876 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000005: executing POST /v1.32/containers/5ba0ece1d384884c13851be3f8377ec9047a5ea80fe00bdf66d6b1da9be76ecf/start HTTP/1.1
17:20:00.876 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000004: start execution ex-00000005
17:20:00.876 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000004: executing exchange ex-00000005 over http-outgoing-0
17:20:00.876 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> POST /v1.32/containers/5ba0ece1d384884c13851be3f8377ec9047a5ea80fe00bdf66d6b1da9be76ecf/start HTTP/1.1
17:20:00.876 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> accept: application/json
17:20:00.876 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> content-type: application/json
17:20:00.876 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:00.877 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:00.877 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> Host: localhost:2375
17:20:00.877 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> Connection: keep-alive
17:20:00.877 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:00.877 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "POST /v1.32/containers/5ba0ece1d384884c13851be3f8377ec9047a5ea80fe00bdf66d6b1da9be76ecf/start HTTP/1.1[\r][\n]"
17:20:00.877 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "accept: application/json[\r][\n]"
17:20:00.877 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "content-type: application/json[\r][\n]"
17:20:00.877 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:00.877 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:00.877 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "Host: localhost:2375[\r][\n]"
17:20:00.877 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "Connection: keep-alive[\r][\n]"
17:20:00.877 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:00.877 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "[\r][\n]"
17:20:02.344 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "HTTP/1.1 204 No Content[\r][\n]"
17:20:02.345 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Api-Version: 1.41[\r][\n]"
17:20:02.345 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Date: Thu, 04 May 2023 14:20:02 GMT[\r][\n]"
17:20:02.345 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Docker-Experimental: false[\r][\n]"
17:20:02.345 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Ostype: linux[\r][\n]"
17:20:02.345 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:02.345 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "[\r][\n]"
17:20:02.346 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << HTTP/1.1 204 No Content
17:20:02.346 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Api-Version: 1.41
17:20:02.346 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Date: Thu, 04 May 2023 14:20:02 GMT
17:20:02.346 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Docker-Experimental: false
17:20:02.346 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Ostype: linux
17:20:02.346 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Server: Docker/20.10.24 (linux)
17:20:02.346 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000005: connection can be kept alive for 3 MINUTES
17:20:02.346 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000004: releasing valid endpoint
17:20:02.346 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000004: releasing endpoint
17:20:02.346 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000004: connection http-outgoing-0 can be kept alive for 3 MINUTES
17:20:02.346 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000004: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:02.360 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: 5ba0ece1d384884c13851be3f8377ec9047a5ea80fe00bdf66d6b1da9be76ecf,false
17:20:02.361 [Test worker] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/5ba0ece1d384884c13851be3f8377ec9047a5ea80fe00bdf66d6b1da9be76ecf/json], queryParams={}}
17:20:02.362 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000006: preparing request execution
17:20:02.363 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:02.363 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:02.363 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000006: target auth state: UNCHALLENGED
17:20:02.363 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000006: proxy auth state: UNCHALLENGED
17:20:02.363 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000006: acquiring connection with route {}->npipe://localhost:2375
17:20:02.363 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000006: acquiring endpoint (3 MINUTES)
17:20:02.363 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000006: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:02.363 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000006: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:02.363 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000006: acquired ep-00000005
17:20:02.364 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000006: acquired endpoint ep-00000005
17:20:02.364 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000006: executing GET /v1.32/containers/5ba0ece1d384884c13851be3f8377ec9047a5ea80fe00bdf66d6b1da9be76ecf/json HTTP/1.1
17:20:02.364 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000005: start execution ex-00000006
17:20:02.364 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000005: executing exchange ex-00000006 over http-outgoing-0
17:20:02.364 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> GET /v1.32/containers/5ba0ece1d384884c13851be3f8377ec9047a5ea80fe00bdf66d6b1da9be76ecf/json HTTP/1.1
17:20:02.364 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> accept: application/json
17:20:02.364 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:02.364 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:02.364 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> Host: localhost:2375
17:20:02.364 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> Connection: keep-alive
17:20:02.364 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:02.364 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "GET /v1.32/containers/5ba0ece1d384884c13851be3f8377ec9047a5ea80fe00bdf66d6b1da9be76ecf/json HTTP/1.1[\r][\n]"
17:20:02.364 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "accept: application/json[\r][\n]"
17:20:02.364 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:02.364 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:02.364 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "Host: localhost:2375[\r][\n]"
17:20:02.364 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "Connection: keep-alive[\r][\n]"
17:20:02.364 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:02.364 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "[\r][\n]"
17:20:02.385 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "HTTP/1.1 200 OK[\r][\n]"
17:20:02.386 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Api-Version: 1.41[\r][\n]"
17:20:02.386 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Content-Type: application/json[\r][\n]"
17:20:02.386 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Date: Thu, 04 May 2023 14:20:02 GMT[\r][\n]"
17:20:02.386 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Docker-Experimental: false[\r][\n]"
17:20:02.386 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Ostype: linux[\r][\n]"
17:20:02.387 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:02.387 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Transfer-Encoding: chunked[\r][\n]"
17:20:02.387 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "[\r][\n]"
17:20:02.387 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << HTTP/1.1 200 OK
17:20:02.387 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Api-Version: 1.41
17:20:02.387 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Content-Type: application/json
17:20:02.387 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Date: Thu, 04 May 2023 14:20:02 GMT
17:20:02.387 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Docker-Experimental: false
17:20:02.387 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Ostype: linux
17:20:02.387 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Server: Docker/20.10.24 (linux)
17:20:02.387 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Transfer-Encoding: chunked
17:20:02.387 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000006: connection can be kept alive for 3 MINUTES
17:20:02.406 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "1412[\r][\n]"
17:20:02.407 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "{"Id":"5ba0ece1d384884c13851be3f8377ec9047a5ea80fe00bdf66d6b1da9be76ecf","Created":"2023-05-04T14:20:00.488696453Z","Path":"/app","Args":[],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3033,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:02.316039245Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:7ac27de2f0c441174e7e12a105f876493b902ffd7bbb2a3646aa929c08cc3806","ResolvConfPath":"/var/lib/docker/containers/5ba0ece1d384884c13851be3f8377ec9047a5ea80fe00bdf66d6b1da9be76ecf/resolv.conf","HostnamePath":"/var/lib/docker/containers/5ba0ece1d384884c13851be3f8377ec9047a5ea80fe00bdf66d6b1da9be76ecf/hostname","HostsPath":"/var/lib/docker/containers/5ba0ece1d384884c13851be3f8377ec9047a5ea80fe00bdf66d6b1da9be76ecf/hosts","LogPath":"/var/lib/docker/containers/5ba0ece1d384884c13851be3f8377ec9047a5ea80fe00bdf66d6b1da9be76ecf/5ba0ece1d384884c13851be3f8377ec9047a5ea80fe00bdf66d6b1da9be76ecf-json.log","Name":"/testcontainers-ryuk-fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":["//var/run/docker.sock:/var/run/docker.sock:rw"],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{"8080/tcp":[{"HostIp":"0.0.0.0","HostPort":"0"}]},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":true,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/2d2c213b5488ad2d22827be206251b45371957596a3a6f9656c9199a209fe060-init/diff:/var/lib/docker/overlay2/413f357642bc70b8e9ff0500baf9005e2a9835b8cdf9b527fa347e275980ed53/diff:/var/lib/docker/overlay2/67077bfc9208a59578c829d0ba2fc6cd3b0b0dc2a64119d09540e8d676074ffe/diff:/var/lib/docker/overlay2/ac0c52f8b258395918d5f682f727ac4fb5f5f237b9af658e852ed07e4ca5ee13/diff","MergedDir":"/var/lib/docker/overlay2/2d2c213b5488ad2d22827be206251b45371957596a3a6f9656c9199a209fe060/merged","UpperDir":"/var/lib/docker/overlay2/2d2c213b5488ad2d22827be206251b45371957596a3a6f9656c9199a209fe060/diff","WorkDir":"/var/lib/docker/overlay2/2d2c213b5488ad2d22827be206251b45371957596a3a6f9656c9199a209fe060/work"},"Name":"overlay2"},"Mounts":[{"Type":"bind","Source":"//var/run/docker.sock","Destination":"/var/run/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}],"Config":{"Hostname":"5ba0ece1d384","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"8080/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["/app"],"Image":"testcontainers/ryuk:0.3.4","Volumes":null,"WorkingDir":"","Entrypoint":null,"OnBuild":null,"Labels":{"org.testcontainers":"
17:20:02.599 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << ""true","org.testcontainers.lang":"java","org.testcontainers.version":"1.17.6"}},"NetworkSettings":{"Bridge":"","SandboxID":"d0a79b55e425ec97e1b43b5a134bf4c5e185b54d8837c3e92a0e1a11bac074dc","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"8080/tcp":[]},"SandboxKey":"/var/run/docker/netns/d0a79b55e425","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"6aa33cda7f4b160e89dbea5ecb3302316c20f7028bafb91ffe683874b8d7764a","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.2","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:02","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"6aa33cda7f4b160e89dbea5ecb3302316c20f7028bafb91ffe683874b8d7764a","Gateway":"172.17.0.1","IPAddress":"172.17.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:02","DriverOpts":null}}}}[\n]"
17:20:02.654 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "[\r][\n]"
17:20:02.655 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "0[\r][\n]"
17:20:02.656 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "[\r][\n]"
17:20:02.656 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000005: releasing valid endpoint
17:20:02.656 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000005: releasing endpoint
17:20:02.656 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000005: connection http-outgoing-0 can be kept alive for 3 MINUTES
17:20:02.656 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000005: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:02.663 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: 5ba0ece1d384884c13851be3f8377ec9047a5ea80fe00bdf66d6b1da9be76ecf,false
17:20:02.663 [Test worker] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/5ba0ece1d384884c13851be3f8377ec9047a5ea80fe00bdf66d6b1da9be76ecf/json], queryParams={}}
17:20:02.663 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000007: preparing request execution
17:20:02.664 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:02.664 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:02.664 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000007: target auth state: UNCHALLENGED
17:20:02.664 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000007: proxy auth state: UNCHALLENGED
17:20:02.664 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000007: acquiring connection with route {}->npipe://localhost:2375
17:20:02.664 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000007: acquiring endpoint (3 MINUTES)
17:20:02.664 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000007: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:02.664 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000007: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:02.664 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000007: acquired ep-00000006
17:20:02.665 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000007: acquired endpoint ep-00000006
17:20:02.665 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000007: executing GET /v1.32/containers/5ba0ece1d384884c13851be3f8377ec9047a5ea80fe00bdf66d6b1da9be76ecf/json HTTP/1.1
17:20:02.665 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000006: start execution ex-00000007
17:20:02.665 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000006: executing exchange ex-00000007 over http-outgoing-0
17:20:02.665 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> GET /v1.32/containers/5ba0ece1d384884c13851be3f8377ec9047a5ea80fe00bdf66d6b1da9be76ecf/json HTTP/1.1
17:20:02.665 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> accept: application/json
17:20:02.665 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:02.665 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:02.665 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> Host: localhost:2375
17:20:02.665 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> Connection: keep-alive
17:20:02.665 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:02.665 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "GET /v1.32/containers/5ba0ece1d384884c13851be3f8377ec9047a5ea80fe00bdf66d6b1da9be76ecf/json HTTP/1.1[\r][\n]"
17:20:02.665 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "accept: application/json[\r][\n]"
17:20:02.665 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:02.665 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:02.665 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "Host: localhost:2375[\r][\n]"
17:20:02.665 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "Connection: keep-alive[\r][\n]"
17:20:02.665 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:02.665 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "[\r][\n]"
17:20:02.699 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "HTTP/1.1 200 OK[\r][\n]"
17:20:02.699 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Api-Version: 1.41[\r][\n]"
17:20:02.699 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Content-Type: application/json[\r][\n]"
17:20:02.699 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Date: Thu, 04 May 2023 14:20:02 GMT[\r][\n]"
17:20:02.699 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Docker-Experimental: false[\r][\n]"
17:20:02.699 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Ostype: linux[\r][\n]"
17:20:02.699 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:02.699 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Transfer-Encoding: chunked[\r][\n]"
17:20:02.699 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "[\r][\n]"
17:20:02.699 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << HTTP/1.1 200 OK
17:20:02.700 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Api-Version: 1.41
17:20:02.700 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Content-Type: application/json
17:20:02.700 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Date: Thu, 04 May 2023 14:20:02 GMT
17:20:02.700 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Docker-Experimental: false
17:20:02.700 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Ostype: linux
17:20:02.700 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Server: Docker/20.10.24 (linux)
17:20:02.700 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Transfer-Encoding: chunked
17:20:02.700 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000007: connection can be kept alive for 3 MINUTES
17:20:02.717 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "1439[\r][\n]"
17:20:02.718 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "{"Id":"5ba0ece1d384884c13851be3f8377ec9047a5ea80fe00bdf66d6b1da9be76ecf","Created":"2023-05-04T14:20:00.488696453Z","Path":"/app","Args":[],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3033,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:02.316039245Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:7ac27de2f0c441174e7e12a105f876493b902ffd7bbb2a3646aa929c08cc3806","ResolvConfPath":"/var/lib/docker/containers/5ba0ece1d384884c13851be3f8377ec9047a5ea80fe00bdf66d6b1da9be76ecf/resolv.conf","HostnamePath":"/var/lib/docker/containers/5ba0ece1d384884c13851be3f8377ec9047a5ea80fe00bdf66d6b1da9be76ecf/hostname","HostsPath":"/var/lib/docker/containers/5ba0ece1d384884c13851be3f8377ec9047a5ea80fe00bdf66d6b1da9be76ecf/hosts","LogPath":"/var/lib/docker/containers/5ba0ece1d384884c13851be3f8377ec9047a5ea80fe00bdf66d6b1da9be76ecf/5ba0ece1d384884c13851be3f8377ec9047a5ea80fe00bdf66d6b1da9be76ecf-json.log","Name":"/testcontainers-ryuk-fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":["//var/run/docker.sock:/var/run/docker.sock:rw"],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{"8080/tcp":[{"HostIp":"0.0.0.0","HostPort":"0"}]},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":true,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/2d2c213b5488ad2d22827be206251b45371957596a3a6f9656c9199a209fe060-init/diff:/var/lib/docker/overlay2/413f357642bc70b8e9ff0500baf9005e2a9835b8cdf9b527fa347e275980ed53/diff:/var/lib/docker/overlay2/67077bfc9208a59578c829d0ba2fc6cd3b0b0dc2a64119d09540e8d676074ffe/diff:/var/lib/docker/overlay2/ac0c52f8b258395918d5f682f727ac4fb5f5f237b9af658e852ed07e4ca5ee13/diff","MergedDir":"/var/lib/docker/overlay2/2d2c213b5488ad2d22827be206251b45371957596a3a6f9656c9199a209fe060/merged","UpperDir":"/var/lib/docker/overlay2/2d2c213b5488ad2d22827be206251b45371957596a3a6f9656c9199a209fe060/diff","WorkDir":"/var/lib/docker/overlay2/2d2c213b5488ad2d22827be206251b45371957596a3a6f9656c9199a209fe060/work"},"Name":"overlay2"},"Mounts":[{"Type":"bind","Source":"//var/run/docker.sock","Destination":"/var/run/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}],"Config":{"Hostname":"5ba0ece1d384","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"8080/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["/app"],"Image":"testcontainers/ryuk:0.3.4","Volumes":null,"WorkingDir":"","Entrypoint":null,"OnBuild":null,"Labels":{"org.testcontainers":"
17:20:02.719 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << ""true","org.testcontainers.lang":"java","org.testcontainers.version":"1.17.6"}},"NetworkSettings":{"Bridge":"","SandboxID":"d0a79b55e425ec97e1b43b5a134bf4c5e185b54d8837c3e92a0e1a11bac074dc","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"8080/tcp":[{"HostIp":"0.0.0.0","HostPort":"49213"}]},"SandboxKey":"/var/run/docker/netns/d0a79b55e425","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"6aa33cda7f4b160e89dbea5ecb3302316c20f7028bafb91ffe683874b8d7764a","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.2","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:02","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"6aa33cda7f4b160e89dbea5ecb3302316c20f7028bafb91ffe683874b8d7764a","Gateway":"172.17.0.1","IPAddress":"172.17.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:02","DriverOpts":null}}}}[\n]"
17:20:02.724 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "[\r][\n]"
17:20:02.725 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "0[\r][\n]"
17:20:02.725 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "[\r][\n]"
17:20:02.725 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000006: releasing valid endpoint
17:20:02.726 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000006: releasing endpoint
17:20:02.726 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000006: connection http-outgoing-0 can be kept alive for 3 MINUTES
17:20:02.727 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000006: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:02.749 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000008: preparing request execution
17:20:02.750 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:02.750 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:02.750 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000008: target auth state: UNCHALLENGED
17:20:02.750 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000008: proxy auth state: UNCHALLENGED
17:20:02.751 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000008: acquiring connection with route {}->npipe://localhost:2375
17:20:02.751 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000008: acquiring endpoint (3 MINUTES)
17:20:02.751 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000008: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:02.751 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000008: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:02.752 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000008: acquired ep-00000007
17:20:02.753 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000008: acquired endpoint ep-00000007
17:20:02.753 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000008: executing GET /v1.32/containers/5ba0ece1d384884c13851be3f8377ec9047a5ea80fe00bdf66d6b1da9be76ecf/logs?stdout=true&stderr=true&follow=true&since=0 HTTP/1.1
17:20:02.753 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000007: start execution ex-00000008
17:20:02.753 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000007: executing exchange ex-00000008 over http-outgoing-0
17:20:02.753 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> GET /v1.32/containers/5ba0ece1d384884c13851be3f8377ec9047a5ea80fe00bdf66d6b1da9be76ecf/logs?stdout=true&stderr=true&follow=true&since=0 HTTP/1.1
17:20:02.753 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:02.753 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:02.753 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> Host: localhost:2375
17:20:02.753 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> Connection: keep-alive
17:20:02.753 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:02.753 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "GET /v1.32/containers/5ba0ece1d384884c13851be3f8377ec9047a5ea80fe00bdf66d6b1da9be76ecf/logs?stdout=true&stderr=true&follow=true&since=0 HTTP/1.1[\r][\n]"
17:20:02.753 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:02.753 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:02.753 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "Host: localhost:2375[\r][\n]"
17:20:02.753 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "Connection: keep-alive[\r][\n]"
17:20:02.753 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:02.753 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 >> "[\r][\n]"
17:20:02.777 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "HTTP/1.1 200 OK[\r][\n]"
17:20:02.778 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Api-Version: 1.41[\r][\n]"
17:20:02.778 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Date: Thu, 04 May 2023 14:20:02 GMT[\r][\n]"
17:20:02.778 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Docker-Experimental: false[\r][\n]"
17:20:02.778 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Ostype: linux[\r][\n]"
17:20:02.778 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:02.778 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "Transfer-Encoding: chunked[\r][\n]"
17:20:02.778 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "[\r][\n]"
17:20:02.778 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << HTTP/1.1 200 OK
17:20:02.778 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Api-Version: 1.41
17:20:02.778 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Date: Thu, 04 May 2023 14:20:02 GMT
17:20:02.778 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Docker-Experimental: false
17:20:02.778 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Ostype: linux
17:20:02.778 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Server: Docker/20.10.24 (linux)
17:20:02.779 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-0 << Transfer-Encoding: chunked
17:20:02.779 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000008: connection can be kept alive for 3 MINUTES
17:20:02.781 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "c0[\r][\n]"
17:20:02.781 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]&2023/05/04 14:20:02 Pinging Docker...[\n]"
17:20:02.781 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]02023/05/04 14:20:02 Docker daemon is available![\n]"
17:20:02.781 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]-2023/05/04 14:20:02 Starting on port 8080...[\n]"
17:20:02.781 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1d]2023/05/04 14:20:02 Started![\n]"
17:20:02.781 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "[\r][\n]"
17:20:02.784 [Test worker] DEBUG o.t.c.output.WaitingConsumer - STDERR: 2023/05/04 14:20:02 Pinging Docker...
17:20:02.784 [Test worker] DEBUG o.t.c.output.WaitingConsumer - STDERR: 2023/05/04 14:20:02 Started!
17:20:02.784 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000007: cancel
17:20:02.785 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.DefaultManagedHttpClientConnection - http-outgoing-0: close connection IMMEDIATE
17:20:02.786 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "end of stream"
17:20:02.786 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000007: endpoint closed
17:20:02.786 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000007: discarding endpoint
17:20:02.786 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000007: releasing endpoint
17:20:02.786 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000007: connection is not kept alive
17:20:02.786 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000007: connection released [route: {}->npipe://localhost:2375][total available: 0; route allocated: 0 of 2147483647; total allocated: 0 of 2147483647]
17:20:02.796 [docker-java-stream--1168206022] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "[read] I/O error: java.nio.channels.ClosedChannelException"
17:20:02.797 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-0 << "[read] I/O error: java.nio.channels.ClosedChannelException"
17:20:02.797 [Test worker] DEBUG c.g.d.z.ApacheDockerHttpClientImpl$ApacheResponse - Failed to close the response
java.io.IOException: java.nio.channels.ClosedChannelException
	at java.base/java.nio.channels.Channels$2.read(Channels.java:240)
	at com.github.dockerjava.zerodep.shaded.org.apache.hc.client5.http.impl.io.LoggingInputStream.read(LoggingInputStream.java:81)
	at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:149)
	at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.impl.io.ChunkedInputStream.getChunkSize(ChunkedInputStream.java:261)
	at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.impl.io.ChunkedInputStream.nextChunk(ChunkedInputStream.java:222)
	at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.impl.io.ChunkedInputStream.read(ChunkedInputStream.java:147)
	at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.impl.io.ChunkedInputStream.close(ChunkedInputStream.java:314)
	at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.io.Closer.close(Closer.java:48)
	at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.impl.io.IncomingHttpEntity.close(IncomingHttpEntity.java:111)
	at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.io.entity.HttpEntityWrapper.close(HttpEntityWrapper.java:120)
	at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.io.Closer.close(Closer.java:48)
	at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.message.BasicClassicHttpResponse.close(BasicClassicHttpResponse.java:93)
	at com.github.dockerjava.zerodep.shaded.org.apache.hc.client5.http.impl.classic.CloseableHttpResponse.close(CloseableHttpResponse.java:200)
	at com.github.dockerjava.zerodep.ApacheDockerHttpClientImpl$ApacheResponse.close(ApacheDockerHttpClientImpl.java:256)
	at org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.lambda$null$0(DefaultInvocationBuilder.java:272)
	at com.github.dockerjava.api.async.ResultCallbackTemplate.close(ResultCallbackTemplate.java:77)
	at org.testcontainers.containers.output.FrameConsumerResultCallback.close(FrameConsumerResultCallback.java:99)
	at org.testcontainers.containers.wait.strategy.LogMessageWaitStrategy.waitUntilReady(LogMessageWaitStrategy.java:49)
	at org.testcontainers.containers.wait.strategy.AbstractWaitStrategy.waitUntilReady(AbstractWaitStrategy.java:52)
	at org.testcontainers.containers.GenericContainer.waitUntilContainerStarted(GenericContainer.java:953)
	at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:485)
	at org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:344)
	at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81)
	at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:334)
	at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:322)
	at org.testcontainers.utility.RyukResourceReaper.maybeStart(RyukResourceReaper.java:78)
	at org.testcontainers.utility.RyukResourceReaper.registerLabelsFilterForCleanup(RyukResourceReaper.java:51)
	at org.testcontainers.containers.DockerComposeContainer.registerContainersForShutdown(DockerComposeContainer.java:343)
	at org.testcontainers.containers.DockerComposeContainer.start(DockerComposeContainer.java:181)
	at edu.bbte.bibliospring.backend.AbstractContainerBaseTest.<clinit>(AbstractContainerBaseTest.java:19)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at org.junit.platform.commons.util.ReflectionUtils.newInstance(ReflectionUtils.java:552)
	at org.junit.jupiter.engine.execution.ConstructorInvocation.proceed(ConstructorInvocation.java:56)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
	at org.junit.jupiter.api.extension.InvocationInterceptor.interceptTestClassConstructor(InvocationInterceptor.java:73)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
	at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
	at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:62)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeTestClassConstructor(ClassBasedTestDescriptor.java:363)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateTestClass(ClassBasedTestDescriptor.java:310)
	at org.junit.jupiter.engine.descriptor.ClassTestDescriptor.instantiateTestClass(ClassTestDescriptor.java:79)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.instantiateAndPostProcessTestInstance(ClassBasedTestDescriptor.java:286)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$4(ClassBasedTestDescriptor.java:278)
	at java.base/java.util.Optional.orElseGet(Optional.java:364)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$testInstancesProvider$5(ClassBasedTestDescriptor.java:277)
	at org.junit.jupiter.engine.execution.TestInstancesProvider.getTestInstances(TestInstancesProvider.java:31)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$before$2(ClassBasedTestDescriptor.java:203)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:202)
	at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.before(ClassBasedTestDescriptor.java:84)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:148)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.invokeAll(SameThreadHierarchicalTestExecutorService.java:41)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
	at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
	at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
	at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
	at org.junit.platform.engine.support.hierarchical.SameThreadHierarchicalTestExecutorService.submit(SameThreadHierarchicalTestExecutorService.java:35)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestExecutor.execute(HierarchicalTestExecutor.java:57)
	at org.junit.platform.engine.support.hierarchical.HierarchicalTestEngine.execute(HierarchicalTestEngine.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:107)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:88)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.lambda$execute$0(EngineExecutionOrchestrator.java:54)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.withInterceptedStreams(EngineExecutionOrchestrator.java:67)
	at org.junit.platform.launcher.core.EngineExecutionOrchestrator.execute(EngineExecutionOrchestrator.java:52)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:114)
	at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:86)
	at org.junit.platform.launcher.core.DefaultLauncherSession$DelegatingLauncher.execute(DefaultLauncherSession.java:86)
	at org.junit.platform.launcher.core.SessionPerRequestLauncher.execute(SessionPerRequestLauncher.java:53)
	at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor$CollectAllTestClassesExecutor.processAllTestClasses(JUnitPlatformTestClassProcessor.java:99)
	at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor$CollectAllTestClassesExecutor.access$000(JUnitPlatformTestClassProcessor.java:79)
	at org.gradle.api.internal.tasks.testing.junitplatform.JUnitPlatformTestClassProcessor.stop(JUnitPlatformTestClassProcessor.java:75)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.stop(SuiteTestClassProcessor.java:62)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at jdk.proxy1/jdk.proxy1.$Proxy2.stop(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker$3.run(TestWorker.java:193)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60)
	at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56)
	at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113)
	at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65)
	at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69)
	at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74)
Caused by: java.nio.channels.ClosedChannelException: null
	at java.base/sun.nio.ch.WindowsAsynchronousFileChannelImpl.implRead(WindowsAsynchronousFileChannelImpl.java:516)
	at java.base/sun.nio.ch.AsynchronousFileChannelImpl.read(AsynchronousFileChannelImpl.java:229)
	at com.github.dockerjava.transport.NamedPipeSocket$AsynchronousFileByteChannel.read(NamedPipeSocket.java:117)
	at java.base/java.nio.channels.Channels$2.read(Channels.java:238)
	... 110 common frames omitted
17:20:02.802 [Test worker] INFO  🐳 [testcontainers/ryuk:0.3.4] - Container testcontainers/ryuk:0.3.4 started in PT3.8467302S
17:20:02.797 [docker-java-stream--1168206022] DEBUG c.g.d.z.ApacheDockerHttpClientImpl$ApacheResponse - Failed to close the response
java.io.IOException: java.nio.channels.ClosedChannelException
	at java.base/java.nio.channels.Channels$2.read(Channels.java:240)
	at com.github.dockerjava.zerodep.shaded.org.apache.hc.client5.http.impl.io.LoggingInputStream.read(LoggingInputStream.java:81)
	at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:149)
	at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.impl.io.ChunkedInputStream.getChunkSize(ChunkedInputStream.java:261)
	at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.impl.io.ChunkedInputStream.nextChunk(ChunkedInputStream.java:222)
	at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.impl.io.ChunkedInputStream.read(ChunkedInputStream.java:147)
	at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.impl.io.ChunkedInputStream.close(ChunkedInputStream.java:314)
	at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.io.Closer.close(Closer.java:48)
	at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.impl.io.IncomingHttpEntity.close(IncomingHttpEntity.java:111)
	at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.io.entity.HttpEntityWrapper.close(HttpEntityWrapper.java:120)
	at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.io.Closer.close(Closer.java:48)
	at com.github.dockerjava.zerodep.shaded.org.apache.hc.core5.http.message.BasicClassicHttpResponse.close(BasicClassicHttpResponse.java:93)
	at com.github.dockerjava.zerodep.shaded.org.apache.hc.client5.http.impl.classic.CloseableHttpResponse.close(CloseableHttpResponse.java:200)
	at com.github.dockerjava.zerodep.ApacheDockerHttpClientImpl$ApacheResponse.close(ApacheDockerHttpClientImpl.java:256)
	at org.testcontainers.shaded.com.github.dockerjava.core.DefaultInvocationBuilder.lambda$executeAndStream$1(DefaultInvocationBuilder.java:277)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.nio.channels.ClosedChannelException: null
	at java.base/sun.nio.ch.WindowsAsynchronousFileChannelImpl.implRead(WindowsAsynchronousFileChannelImpl.java:516)
	at java.base/sun.nio.ch.AsynchronousFileChannelImpl.read(AsynchronousFileChannelImpl.java:229)
	at com.github.dockerjava.transport.NamedPipeSocket$AsynchronousFileByteChannel.read(NamedPipeSocket.java:117)
	at java.base/java.nio.channels.Channels$2.read(Channels.java:238)
	... 16 common frames omitted
17:20:02.823 [testcontainers-ryuk] DEBUG o.t.utility.ResourceReaper - Sending 'label=org.testcontainers%3Dtrue&label=org.testcontainers.lang%3Djava&label=org.testcontainers.version%3D1.17.6&label=org.testcontainers.sessionId%3Dfabc2d94-4b6e-43ec-8e96-eae5f870aeb5' to Ryuk
17:20:02.892 [testcontainers-ryuk] DEBUG o.t.utility.RyukResourceReaper - Received 'ACK' from Ryuk
17:20:02.893 [testcontainers-ryuk] DEBUG o.t.utility.ResourceReaper - Sending 'label=com.docker.compose.project%3Dz6g93qfd8y2a' to Ryuk
17:20:02.896 [Test worker] INFO  o.t.c.DockerComposeContainer - Preemptively checking local images for 'adminer:latest', referenced via a compose file or transitive Dockerfile. If not available, it will be pulled.
17:20:02.897 [Test worker] DEBUG o.t.images.AbstractImagePullPolicy - Using locally available and not pulling image: adminer:latest
17:20:02.901 [testcontainers-ryuk] DEBUG o.t.utility.RyukResourceReaper - Received 'ACK' from Ryuk
17:20:02.909 [Test worker] DEBUG o.t.u.PrefixingImageNameSubstitutor - No prefix is configured
17:20:02.910 [Test worker] DEBUG o.t.utility.ImageNameSubstitutor - Did not find a substitute image for docker/compose:1.29.2 (using image substitutor: DefaultImageNameSubstitutor (composite of 'ConfigurationFileImageNameSubstitutor' and 'PrefixingImageNameSubstitutor'))
17:20:02.910 [Test worker] DEBUG o.t.images.AbstractImagePullPolicy - Using locally available and not pulling image: docker/compose:1.29.2
17:20:02.910 [Test worker] DEBUG 🐳 [docker/compose:1.29.2] - Set env COMPOSE_FILE=/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml
17:20:02.911 [Test worker] DEBUG 🐳 [docker/compose:1.29.2] - Starting container: docker/compose:1.29.2
17:20:02.912 [Test worker] DEBUG 🐳 [docker/compose:1.29.2] - Trying to start container: docker/compose:1.29.2 (attempt 1/1)
17:20:02.912 [Test worker] DEBUG 🐳 [docker/compose:1.29.2] - Starting container: docker/compose:1.29.2
17:20:02.912 [Test worker] INFO  🐳 [docker/compose:1.29.2] - Creating container for image: docker/compose:1.29.2
17:20:02.912 [Test worker] DEBUG o.t.utility.RegistryAuthLocator - Looking up auth config for image: docker/compose:1.29.2 at registry: https://index.docker.io/v1/
17:20:02.912 [Test worker] DEBUG o.t.utility.RegistryAuthLocator - No matching Auth Configs - falling back to defaultAuthConfig [null]
17:20:02.912 [Test worker] DEBUG o.t.d.AuthDelegatingDockerClientConfig - Effective auth config [null]
17:20:02.914 [Test worker] DEBUG o.t.u.PrefixingImageNameSubstitutor - No prefix is configured
17:20:02.915 [Test worker] DEBUG o.t.utility.ImageNameSubstitutor - Did not find a substitute image for alpine:3.16 (using image substitutor: DefaultImageNameSubstitutor (composite of 'ConfigurationFileImageNameSubstitutor' and 'PrefixingImageNameSubstitutor'))
17:20:02.915 [Test worker] DEBUG o.t.images.AbstractImagePullPolicy - Using locally available and not pulling image: alpine:3.16
17:20:02.915 [Test worker] DEBUG o.t.utility.RegistryAuthLocator - Looking up auth config for image: alpine:3.16 at registry: https://index.docker.io/v1/
17:20:02.915 [Test worker] DEBUG o.t.utility.RegistryAuthLocator - No matching Auth Configs - falling back to defaultAuthConfig [null]
17:20:02.915 [Test worker] DEBUG o.t.d.AuthDelegatingDockerClientConfig - Effective auth config [null]
17:20:02.920 [Test worker] DEBUG o.t.utility.MountableFile - Copying classpath resource(s) from jar:file:/C:/Users/rockd/.gradle/caches/modules-2/files-2.1/org.testcontainers/testcontainers/1.17.6/11b28972d2d8bddd5a7d3b6e21016fbe13bc8e8b/testcontainers-1.17.6.jar!/org/testcontainers/utility/ResourceReaper.class to C:\Users\rockd\AppData\Local\Temp\.testcontainers-tmp-13911774789500582671 to permit Docker to bind
17:20:02.920 [Test worker] DEBUG o.t.utility.MountableFile - Copying resource org/testcontainers/utility/ResourceReaper.class from JAR file C:\Users\rockd\.gradle\caches\modules-2\files-2.1\org.testcontainers\testcontainers\1.17.6\11b28972d2d8bddd5a7d3b6e21016fbe13bc8e8b\testcontainers-1.17.6.jar
17:20:02.932 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: org.testcontainers.shaded.com.github.dockerjava.core.command.CreateContainerCmdImpl@3bfc6a5e[aliases=<null>,argsEscaped=<null>,attachStderr=<null>,attachStdin=<null>,attachStdout=<null>,authConfig=<null>,cmd=<null>,domainName=<null>,entrypoint=<null>,env=<null>,exposedPorts=ExposedPorts(exposedPorts=[]),healthcheck=<null>,hostConfig=HostConfig(binds=[C:\Users\rockd\AppData\Local\Temp\.testcontainers-tmp-13911774789500582671:/dummy:ro], blkioWeight=null, blkioWeightDevice=null, blkioDeviceReadBps=null, blkioDeviceWriteBps=null, blkioDeviceReadIOps=null, blkioDeviceWriteIOps=null, memorySwappiness=null, nanoCPUs=null, capAdd=null, capDrop=null, containerIDFile=null, cpuPeriod=null, cpuRealtimePeriod=null, cpuRealtimeRuntime=null, cpuShares=null, cpuQuota=null, cpusetCpus=null, cpusetMems=null, devices=null, deviceCgroupRules=null, deviceRequests=null, diskQuota=null, dns=null, dnsOptions=null, dnsSearch=null, extraHosts=null, groupAdd=null, ipcMode=null, cgroup=null, links=[], logConfig=LogConfig(type=null, config=null), lxcConf=null, memory=null, memorySwap=null, memoryReservation=null, kernelMemory=null, networkMode=null, oomKillDisable=null, init=null, autoRemove=null, oomScoreAdj=null, portBindings=null, privileged=null, publishAllPorts=null, readonlyRootfs=null, restartPolicy=null, ulimits=null, cpuCount=null, cpuPercent=null, ioMaximumIOps=null, ioMaximumBandwidth=null, volumesFrom=null, mounts=null, pidMode=null, isolation=null, securityOpts=null, storageOpt=null, cgroupParent=null, volumeDriver=null, shmSize=null, pidsLimit=null, runtime=null, tmpFs=null, utSMode=null, usernsMode=null, sysctls=null, consoleSize=null, cgroupnsMode=null),hostName=<null>,image=alpine:3.16,ipv4Address=<null>,ipv6Address=<null>,labels={org.testcontainers=true, org.testcontainers.lang=java, org.testcontainers.version=1.17.6, org.testcontainers.sessionId=fabc2d94-4b6e-43ec-8e96-eae5f870aeb5},macAddress=<null>,name=<null>,networkDisabled=<null>,networkingConfig=<null>,onBuild=<null>,platform=<null>,portSpecs=<null>,shell=<null>,stdInOnce=<null>,stdinOpen=<null>,stopSignal=<null>,stopTimeout=<null>,tty=<null>,user=<null>,volumes=Volumes(volumes=[]),workingDir=<null>]
17:20:02.934 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000009: preparing request execution
17:20:02.935 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:02.935 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:02.935 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000009: target auth state: UNCHALLENGED
17:20:02.935 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000009: proxy auth state: UNCHALLENGED
17:20:02.935 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000009: acquiring connection with route {}->npipe://localhost:2375
17:20:02.935 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000009: acquiring endpoint (3 MINUTES)
17:20:02.935 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000009: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 0; route allocated: 0 of 2147483647; total allocated: 0 of 2147483647]
17:20:02.935 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000009: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:02.935 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000009: acquired ep-00000008
17:20:02.935 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000009: acquired endpoint ep-00000008
17:20:02.935 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000009: opening connection {}->npipe://localhost:2375
17:20:02.935 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000008: connecting endpoint (3 MINUTES)
17:20:02.935 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000008: connecting endpoint to npipe://localhost:2375 (3 MINUTES)
17:20:02.936 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.DefaultHttpClientConnectionOperator - http-outgoing-1: connecting to localhost/127.0.0.1:2375
17:20:02.936 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.DefaultHttpClientConnectionOperator - http-outgoing-1: connection established 
17:20:02.936 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000008: connected http-outgoing-1
17:20:02.936 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000008: endpoint connected
17:20:02.936 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000009: executing POST /v1.32/containers/create HTTP/1.1
17:20:02.936 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000008: start execution ex-00000009
17:20:02.936 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000008: executing exchange ex-00000009 over http-outgoing-1
17:20:02.936 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> POST /v1.32/containers/create HTTP/1.1
17:20:02.936 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> accept: application/json
17:20:02.936 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> content-type: application/json
17:20:02.936 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:02.937 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:02.937 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Content-Length: 2015
17:20:02.937 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:02.937 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:02.937 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:02.937 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "POST /v1.32/containers/create HTTP/1.1[\r][\n]"
17:20:02.937 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "accept: application/json[\r][\n]"
17:20:02.937 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "content-type: application/json[\r][\n]"
17:20:02.937 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:02.937 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:02.937 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Content-Length: 2015[\r][\n]"
17:20:02.937 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:02.937 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:02.937 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:02.937 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:02.937 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "{"Hostname":null,"Domainname":null,"User":null,"AttachStdin":null,"AttachStdout":null,"AttachStderr":null,"PortSpecs":null,"Tty":null,"OpenStdin":null,"StdinOnce":null,"Env":null,"Cmd":null,"Healthcheck":null,"ArgsEscaped":null,"Entrypoint":null,"Image":"alpine:3.16","Volumes":{},"WorkingDir":null,"MacAddress":null,"OnBuild":null,"NetworkDisabled":null,"ExposedPorts":{},"StopSignal":null,"StopTimeout":null,"HostConfig":{"Binds":["C:\\Users\\rockd\\AppData\\Local\\Temp\\.testcontainers-tmp-13911774789500582671:/dummy:ro"],"BlkioWeight":null,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"MemorySwappiness":null,"NanoCpus":null,"CapAdd":null,"CapDrop":null,"ContainerIDFile":null,"CpuPeriod":null,"CpuRealtimePeriod":null,"CpuRealtimeRuntime":null,"CpuShares":null,"CpuQuota":null,"CpusetCpus":null,"CpusetMems":null,"Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"DiskQuota":null,"Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":null,"Cgroup":null,"Links":null,"LogConfig":null,"LxcConf":null,"Memory":null,"MemorySwap":null,"MemoryReservation":null,"KernelMemory":null,"NetworkMode":null,"OomKillDisable":null,"Init":null,"AutoRemove":null,"OomScoreAdj":null,"PortBindings":null,"Privileged":null,"PublishAllPorts":null,"ReadonlyRootfs":null,"RestartPolicy":null,"Ulimits":null,"CpuCount":null,"CpuPercent":null,"IOMaximumIOps":null,"IOMaximumBandwidth":null,"VolumesFrom":null,"Mounts":null,"PidMode":null,"Isolation":null,"SecurityOpt":null,"StorageOpt":null,"CgroupParent":null,"VolumeDriver":null,"ShmSize":null,"PidsLimit":null,"Runtime":null,"Tmpfs":null,"UTSMode":null,"UsernsMode":null,"Sysctls":null,"ConsoleSize":null,"CgroupnsMode":null},"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.version":"1.17.6","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5"},"Shell":null,"NetworkingConfig":null}"
17:20:03.266 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 201 Created[\r][\n]"
17:20:03.266 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:03.266 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Content-Type: application/json[\r][\n]"
17:20:03.266 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:03 GMT[\r][\n]"
17:20:03.266 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:03.266 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:03.266 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:03.266 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]"
17:20:03.266 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:03.266 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 201 Created
17:20:03.267 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:03.267 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Content-Type: application/json
17:20:03.267 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:03 GMT
17:20:03.267 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:03.267 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:03.267 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:03.267 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Transfer-Encoding: chunked
17:20:03.267 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000009: connection can be kept alive for 3 MINUTES
17:20:03.267 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "58[\r][\n]"
17:20:03.267 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "{"Id":"91c0294e43aa9c89f341e692727ee64445c0922bf7301d72d06e5878a9604fb0","Warnings":[]}[\n]"
17:20:03.267 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:03.267 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "0[\r][\n]"
17:20:03.267 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:03.268 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000008: releasing valid endpoint
17:20:03.268 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000008: releasing endpoint
17:20:03.269 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000008: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:03.269 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000008: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:03.269 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: 91c0294e43aa9c89f341e692727ee64445c0922bf7301d72d06e5878a9604fb0
17:20:03.269 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000000A: preparing request execution
17:20:03.270 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:03.270 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:03.270 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000000A: target auth state: UNCHALLENGED
17:20:03.270 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000000A: proxy auth state: UNCHALLENGED
17:20:03.270 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000000A: acquiring connection with route {}->npipe://localhost:2375
17:20:03.270 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000000A: acquiring endpoint (3 MINUTES)
17:20:03.270 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000000A: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:03.270 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000000A: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:03.270 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000000A: acquired ep-00000009
17:20:03.270 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000000A: acquired endpoint ep-00000009
17:20:03.270 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000000A: executing POST /v1.32/containers/91c0294e43aa9c89f341e692727ee64445c0922bf7301d72d06e5878a9604fb0/start HTTP/1.1
17:20:03.270 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000009: start execution ex-0000000A
17:20:03.270 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000009: executing exchange ex-0000000A over http-outgoing-1
17:20:03.271 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> POST /v1.32/containers/91c0294e43aa9c89f341e692727ee64445c0922bf7301d72d06e5878a9604fb0/start HTTP/1.1
17:20:03.271 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> accept: application/json
17:20:03.271 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> content-type: application/json
17:20:03.271 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:03.271 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:03.271 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:03.271 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:03.271 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:03.271 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "POST /v1.32/containers/91c0294e43aa9c89f341e692727ee64445c0922bf7301d72d06e5878a9604fb0/start HTTP/1.1[\r][\n]"
17:20:03.271 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "accept: application/json[\r][\n]"
17:20:03.271 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "content-type: application/json[\r][\n]"
17:20:03.271 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:03.271 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:03.271 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:03.271 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:03.271 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:03.271 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:04.178 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 204 No Content[\r][\n]"
17:20:04.179 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:04.179 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:04 GMT[\r][\n]"
17:20:04.179 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:04.179 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:04.179 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:04.179 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:04.180 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 204 No Content
17:20:04.180 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:04.180 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:04 GMT
17:20:04.180 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:04.180 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:04.180 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:04.180 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000000A: connection can be kept alive for 3 MINUTES
17:20:04.180 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000009: releasing valid endpoint
17:20:04.180 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000009: releasing endpoint
17:20:04.180 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000009: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:04.180 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000009: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:04.186 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: 91c0294e43aa9c89f341e692727ee64445c0922bf7301d72d06e5878a9604fb0,.,/dummy
17:20:04.191 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000000B: preparing request execution
17:20:04.191 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:04.191 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:04.191 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000000B: target auth state: UNCHALLENGED
17:20:04.191 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000000B: proxy auth state: UNCHALLENGED
17:20:04.191 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000000B: acquiring connection with route {}->npipe://localhost:2375
17:20:04.191 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000000B: acquiring endpoint (3 MINUTES)
17:20:04.192 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000000B: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:04.192 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000000B: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:04.192 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000000B: acquired ep-0000000A
17:20:04.193 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000000B: acquired endpoint ep-0000000A
17:20:04.193 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000000B: executing GET /v1.32/containers/91c0294e43aa9c89f341e692727ee64445c0922bf7301d72d06e5878a9604fb0/archive?path=%2Fdummy HTTP/1.1
17:20:04.193 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000000A: start execution ex-0000000B
17:20:04.193 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000000A: executing exchange ex-0000000B over http-outgoing-1
17:20:04.193 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> GET /v1.32/containers/91c0294e43aa9c89f341e692727ee64445c0922bf7301d72d06e5878a9604fb0/archive?path=%2Fdummy HTTP/1.1
17:20:04.193 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> accept: application/x-tar
17:20:04.193 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:04.193 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:04.193 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:04.193 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:04.193 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:04.193 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "GET /v1.32/containers/91c0294e43aa9c89f341e692727ee64445c0922bf7301d72d06e5878a9604fb0/archive?path=%2Fdummy HTTP/1.1[\r][\n]"
17:20:04.193 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "accept: application/x-tar[\r][\n]"
17:20:04.193 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:04.193 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:04.193 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:04.193 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:04.193 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:04.193 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:04.715 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]"
17:20:04.716 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:04.716 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Content-Encoding: gzip[\r][\n]"
17:20:04.716 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Content-Type: application/x-tar[\r][\n]"
17:20:04.716 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:04 GMT[\r][\n]"
17:20:04.716 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:04.716 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:04.716 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:04.716 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "X-Docker-Container-Path-Stat: eyJuYW1lIjoiZHVtbXkiLCJzaXplIjoxNDM4OSwibW9kZSI6NTExLCJtdGltZSI6IjIwMjMtMDUtMDRUMTQ6MjA6MDIuOTIyOTE2M1oiLCJsaW5rVGFyZ2V0IjoiIn0=[\r][\n]"
17:20:04.716 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]"
17:20:04.716 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:04.716 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 200 OK
17:20:04.717 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:04.717 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Content-Encoding: gzip
17:20:04.717 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Content-Type: application/x-tar
17:20:04.717 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:04 GMT
17:20:04.717 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:04.717 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:04.717 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:04.717 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << X-Docker-Container-Path-Stat: eyJuYW1lIjoiZHVtbXkiLCJzaXplIjoxNDM4OSwibW9kZSI6NTExLCJtdGltZSI6IjIwMjMtMDUtMDRUMTQ6MjA6MDIuOTIyOTE2M1oiLCJsaW5rVGFyZ2V0IjoiIn0=
17:20:04.717 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Transfer-Encoding: chunked
17:20:04.717 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000000B: connection can be kept alive for 3 MINUTES
17:20:04.735 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "16b0[\r][\n]"
17:20:04.735 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[0x1f][0xffffff8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0xffffffff][0xffffffec][yx[0x14][0xffffffe5][0xfffffffd][0xffffffff]|g7;[0xffffffc9][0xffffffee]@.[0x8][0xffffff97][0xffffffc0][0x2][0x1]6[0xffffff9b]@[0xffffffc2][0xffffffad],RC[0x12] [0xffffff92][0x4][0xffffff9b][0xffffff84]`[0xffffffb0][0x16]'[0xffffffbb]o[0xffffff92]1[0xffffffbb]3[0xffffffdb][0xffffff9d]Y [0xfffffff5]h[0xffffffad][0xffffffb5]U{Wm[0xffffff8b][0xffffffad][0xffffffb6][0xffffffd6][0xffffffb6]X[0xffffffc4][0xffffff83] ![0xb]^[0xffffffd5][0xffffffaa][0xffffffb5][0xffffffb5][0xffffff97][0xffffffad][0xffffffbd][0xffffffac]=[0xffffffec]}Yk[0xf]*[0xffffffd5][0xfffffff2]{[0xffffffde][0xffffff99][0xffffffd9]3[0xffffff9b][0x18]@[0xfffffffb]<[0xffffffbf][0xffffffe7]q[0xfffffffe][0xffffffc8][0xffffffcc][0xffffffbc][0xffffffc7][0xfffffff7]>[0xffffffdf][0xffffffd9][0xffffff84][0xffffffe2][0xffffff91][0xffffffc8] [0xffffffde][0xffffffd8][0xffffffab]nY][0xffffffdd][0xffffff9a]5kPg]9[0xfffffff7][0x15]+[0xffffffeb]V[0xffffffaf][0xffffffc2][0xffffffb2][0xffffff95]+[0xffffff97][0xffffffaf]\[0xffffffb3]b[0xffffffcd][0xffffffca][0xffffffe5][0xffffffcb][0xfffffff9][0xfffffffa][0x15][0xffffffab]V[0xffffffc0][[0xfffffff7][0x6][0xffffffd3]e^q[0xffffffdd][0xffffff90]c[0xffffffa8];c\[0xffffffb9][0xffffffcc][0xfffffffd]?[0xffffffb9][0xffffffbe][0xfffffffe][0xffffffdf][0xffffffa3][0xf][0x2]X)[0xffffffd4][0x11][0xffffffaa][0xffffffb4]X_[0xffffffad][0xffffffc1]t#[0xffffffa8][0xffffffa9][0xffffff86][0xffffffac][0xffffffa8],[0xffffffa6][0xffffffd7][0xffffffc6][\r]%[0xffffffac][0x18][0xffffff83][0xffffffb5][0xffffffed]L[0xffffffd7][0xffffffe2][0xffffffb1] kgr[0xffffff94][0xffffffc5]D[0x10][0xffffffa1][0xffffffe4]Ry[0xffffff97]\[0x1b][0xffffff96][0xffffffd5][0xffffffbe][0xffffffda][0xffffffad]=[0xffffff97][0xffffffb2][0xffffffa0]![0xffffffc2]A([0xffffffcf]^[0xffffffb9][0xffffff94]/"[0xffffff9c]=a[0xffffffd0][0xffffff95][0x1b][0xffffff95][0xffffffb0][0xffffffc1]b[0xffffffed][0xffffffac]O[0xffffffd1][0xffffff8d][0xffffffd8][0xffffffa0][0x8][0x17]ar[0xfffffff6][0x18][0xffffffa1][0xffffffdc]D[0xffffffcd][0x1][0xffffffd4][0xffffffb6][0xffffffca][0xffffffd1][0xffffffca]&[0xffffffd5]\YD[0xffffff98][0xffffff94]5![0xffffffc2]C(0g[0x9][0xfffffff3][0xffffffd2]S[0xfffffff5]=[0xffffffba][0x11][0xffffff93][0xffffff83][0x6][0xffffffdf][0xffffffdb][0xffffffa1]D[0xffffffa2]afC[0xffffff98]L[0xffffff98][0xffffff9a]w[0xffffff99][0xffffff88][0x12][0xffffff82]'c-[0xffffffa1]9[0xffffffa8]Ej[0xfffffffb][0x14][0xffffffa3]?[0xffffffde]S[0x1b][0xffffffd2][0xffffff82][0x3],f[0xffffffee][0xffffff94][0xffffffa3]JmP[0xffffff8b]Dd5T[0xffffffdb][0xffffffac][0xffffffea]Q[0x16]4[0x1a][0xffffff92]<[0xffffffb7]3=[0xffffffaa][0xffffffa9]:[0xffffffab]L[0xffffff8d]t[0x18][0xffffffb2][0xffffffc1]D[0xffffff94][0x13][0xffffffd6][0xffffff9e]>8[0x11]S[0x9][0xffffff93][0xffffffb3]a[0x12][0x16][0xffffffa6][0xffffffd5][0xffffffa3][0xffffffa8][0xffffffbb][0xffffffb4][0x1]V[0xffffffdb][0xffffffca][0xffffff8c]~-[0xffffffb4]YVCa[0xffffffa6]W[0xffffffb6]h[0xffffffda]@<*b:a[0xffffffce][0xfffffff8]KE[0xffffffcc]$[0xffffffb8][0xffffffac][0xfffffff5][0x4]GX[0xffffffeb]#[0xffffff94][0xffffffb5]p[0xffffff8d][0xffffffea][0xffffffe1][0xffffffde][0xffffff95][0xffffff97][0xffffffd6][0xffffffb6]h}},[0x16][0xffffffe0]k[0xffffffb6]n[0xffffffda][0xffffffd4][0xffffffd4]N[0xffffff98][0xffffffd4]Z[0xffffffdf][0xffffffbe][0xffffffa5][0xffffffa9]}gK[0xfffffffd][0xffffff86][0xffffffa6][0xffffff96][0xe]BqK[0xffffff96]^[0x2][0xffffff84]U[0xffffffd9]#[0xffffffeb]Z[0xffffffd2]$t[0x18]1E[0xffffffed][0xb][0xffffff8c][0x1e]Y[0x1f] [0xffffffb8][0x1b][0xffffff9b][0xffffffea];7[0xffffffef]l[0xffffffdb][0xffffffda][0xffffffd9]D([0xffffffc9][0x0][0xffffffd2][0xffffffa2][0xffffffe8]F[0xffffff80][0xffffffb0]3gh[0xffffffdd]8[0xffffffef])[0xffffffd3][0xffffff99] [0xfffffff6][0xfffffff5]&[0x5][0xffffff85][0xffffff8a][0xffffffaa][0x1b][0xffffffb2][0x1a]d[0xffffff84][0xffffffea][0xffffff96][0x9][0xffffff9b]u[0xffffff80] Yjm[0x8]+L5[0x8][0xffffffbe][0xffffff96][0xffffffb1]5[0xffffffde][0xffffff98][0xffffffb1]2@[0xffffff98][0x12]3-[0xffffff9f][0xffffffc5]X([0xffffffa5]e[0xffffff9d]P[0xffffff96][0x1e]nc[0xffffffc6]n-6[0xffffffa0]g[0xffffff8b][0xffffffba][0xffffff83][0xfffffff1][0xffffffdd][0xb][0xffffffb2]G[0xfffffff2]0[0xffffffcb][0xffffffd9]*I[0x3]k[0xffffff8e][0xffffffc8]}L'[0x14][0xfffffff5]k[0xffffffda]@[0xffffffb3][0xffffffde][0xffffffc1][0xc][0xffffffce]j[0x1a]HPS[0xffffff83][0xfffffff1]X[0xffffff8c][0xffffffa9]F[0xffffffad]lh[0x11]%X[o[0xffffffde]6hZ[0xffffff98][0xffffffc9]*7[0xffffff84]u[0xffffff8a][0xffffffaa][0x18][0xffffffeb][0x9][0xe]_U[0xffffff97][0xffffff84]eX[0xffffffee][0xffffff86][0x13]+[0x8][0xffffff8b][0xfffffff2][0x8],[0xffffff93][0xffffffd9][0xffffff8d]r[0xffffffd0][0xffffffd0][0xffffffb8]'[0xffffffae]"[0xffffffb8][0xffffffc3][0xfffffff2];[0x7][0xffffff93][0xffffffd2][0xfffffff2][0xfffffffb][0xffffffaa]&*/[0x9]kp[0xffffffb6][0x1b][0xffffffab]q[0xffffff8e][0x4][0x1f][0xffffffaa][0xffffff8a]  @X[0xffffff94][0xffffff97][0xfffffffe][0xffffff86][0xffffffd4][0xffffffe3]fY[0xffffffef]7[0x1d][0xfffffffd]\7[0xffffffd6]c[0xffffff85][0x4]?[0xffffffe6][0xfffffff1][0xffffffad][0xffffffe7][0xffffffe5][0xf]^z[0xffffffbf][0x1c]b[0xffffffa1]Z[0xffffff93]$M[0xffffffeb][0xb]3[0xffffffd3]K5[0xffffffb5]6[0xffffffa8][0xffffff85][0xffffffc3],hpI[0xffffffeb]"6[0x10][0xffffffa6][0xffffffa8]lw6[0x1a]S[0xffffffa0][0xffffffa5][0xffffffbe][0xffffffaa][0x1c]MIhD[0xffffff93][0x1b][\r][0xffffffd8]([0xffffffa1][0x1a]5[0x1c][0xfffffff9]f[0x9]K[0xffffffad][0xffffffa7][0xfffffff3][0x9]U[0x13][0xffffffd6][0xffffff80][0xffffff88][0x16][0xffffff82][0xffffffd3][0xffffffb7][0xffffffc3][0xffffff92]}[0xffffff9b][0x1b][0xffffffad][0xffffffd8]*[0xffffffa1][0x16]u[0x1c][0xffffffd2][[0x9]N[0xffffffa3]_[0xffffffd1][0x9]K|U[0xffffffa7]`[0xffffffc0][0x12][0x16]a1[0x7][0xffffffb0][0xffffff8d]pVgSGg[0xffffffc3][0xffffffd6][0xffffffb6][0xffffffce][0xfffffffa][0xffffffe6][0xffffffb6][0xffffffa6][0xfffffff6][0xffffff8e][0xffffff9d][0xffffffed][0xffffffdd][0xffffffdb][0xffffffb6][0xffffffec]ll[0xffffffee][0xffffffa8][0xffffffdf][0xffffffd0][0xffffffd2][0xffffffd4]X[0xffffff88][0xffffffed]Y[0xffffffc9][0xffffffa1]cP7XDD7[0xffffffc1][0xffffffd5][0xffffffc7][0xc][0xffffffa6][0xffffffee]",[0xfffffff2][0xffffff8d][0xffffffb6][0xffffffc2][0xffffffaa][0xffffffd1]C[0x12].[0xffffffc2][0xffffffdb][0xffffffdc][0xffffffd8][0xffffff81][0xffffff8b][0x9][0xffffffa5][0xffffffe9][0xffffffd9][0x14][0xffffff9b];[0x9]RT[0xffffff8e][0xffffffe9][0xffffffcc][0x1e]!L[0xffffffcd][0x7]x[0xffffff87][0x4][0x19]=n\[0xffffff82] a[0xffffffc9]x,[0xf][0xffffffc6][0x7]r3[0x1d]s[0xffffffa3][0xffffff97][0xffffff9b][0xffffffee]Kn[0xffffffff][0xffffffeb]|[0xffffffb9]9:o[0xffffffbf][0xffffffac]{{[0x18]S[0xffffffbd]!E[0xffffff97]{[0xffffffc2],[0xffffffb4][0xffffffd4][0xffffffdb][0xffffffd9][0xffffffaf][0xffffffe8][0xffffffde][0xffffffa0][0xffffffac]z[0xffffff83]r\g[0xffffffde][0xffffffb8][0xffffffca][0xfffffff6][0xfffffff0][0xffffffc0][0xffffffcf]B[0xffffffde][0x1e][0xffffffd6]/[0xffffffef]R[0xffffffb4][0xffffff98]WQ[0xffffffbd][0xffffff83]Z<[0xffffffe6]e[0xffffffea].%[0xffffffa6][0xffffffa9][0x11][0xffffffa6][0x1a]K_w[0x2][0xb][0xffffffd1]/a.[0xffffffe6]p[0xffffffad]_J([0xffffffc9][\r][0xfffffff9]"[0xffffffc2][0x4][0xffffffe7]n96[0xffffff96][0xffffffe0][0xffffffbb]$[0xffffffa8][0xffffffd0]<[0xffffff88] J[0xffffffa8][0x1b]G[0xfffffff0][0xffffffe7]w[0xffffffb5]n[0xffffffd6][0xffffffb4]Q[0xffffffb2][0xffffff8f][0xffffffb9][0xffffffa1]s[0xffffffd9][0xffffff97][0xffffffc7][0x6][0xffffffe3][0x3][0xffffff8d][0xffffffb6]|Z[0xffffff99][0xffffffae][0xffffffcb]}[0xffffff8c][0xffffffe7][0xffffffa0]Q[0x18][0x9]b\g\[0xffffffae][0x4][0xffffffda]A[0xffffff98][0x1c]e[0xffffffb1]^-[0x16]i[0xffffffe0][0xffffffd6][0xffffffc1][0xffffffb3]WE[0xffffffc6][0xffffff9e]F[0x16][0xffffff8d][0xffffffb1][0xffffffa0]l[0xffffffb0]P[0xffffff80][0xffffffb0]8[0xffffff93]~[0xffffffab][0xffffff9e][0x9][0xffffff8c][0x1e][0xffffffa9][0xffffffea]*[0xffffffc1]e[0xffffff84][0xffffffe2][0x18][0xffffff8b]h[0xffffffbb]X*[0x18][0xffffffe7]l[0x1f]3[0xffffff87]p[0xffffff81]\[0xffffff81]+[0xffffffdd][0x10][0xfffffff0][0xffffffae]b[0x11][0xffffffef].[0xffffffc1][0xffffff95][0xffffff84][0xfffffff9][0xffffffa3][0xffffffb2]o[0xffffff8b][0x1c][0xffffffe9][0x9][0xffffffc9][0xffffffad][0xffffffcc][0xffffff90]{[0xffffff93][0xfffffff1][0xfffffff0]j[0xffffff82]'[0xffffff92][0x1e] <[0xffffff95][0xffffff89]p[0xffffff9c][0x4][0xffffff9f][0xffffff87][0xffffff8a][0xffffffb1]6v[0xe]F[0xffffffd9][0xffffffe9]MZ([0xffffffc7][0xffffffdf][5z[0xffffffb6]A[0xe][0xffffff87];[0x14][0xffffff83][0x5]$\[0xffffff83][0xfffffff7][0xffffffb9][0xfffffff1]^[0xffffffbc][0xffffffbf][0xffffffd8][0xffffff85]k[0x9].9[0x18]dQ[0xffffff83][0xffffffd0][0xffffffe2];[0xffffff85][0x8][0xffffff95][0x19]P{[0xffffffe3]j[0xffffffd0]P4[0xffffffb5]v[0xffffff83][0xffffffd2][0xffffffa0][0xffffffa9]z<bF[0xffffffb0][0xffffffeb][0xfffffff1][0xffffff81]2[0x0][0x1f]$[0xffffff88][0xffffffbd]Z[0xffffffac]I[0xe][0xfffffff6][0x13][0xffffffe6][0xfffffffb]^c[0x1b]W[0xffffffda][0xffffff87][0xfffffff1][0x11][0xf]$|4[0xffffffc7][0xffffffce]3[0xffffffac][0xffffffe2][0xffffffe3][0xffffff84]I[0xffffff96]U[0xffffffd8][0xffffffb9]X[0xffffffc2][0xffffff8d][0xffffffd0][0xffffffb8][0xffffffa6]o*[0x16][0xfffffff1][0xffffff89][0x12]h[0xffffff84][0xfffffff3][0xffffffcf][0xffffff98][0xffffff9b],^[0xfffffff6][0xffffff96][0xffffff81]psV[0xffffffd1][0xffffffdb][0xffffffc1][0xc][0x11][0xffffff9f]!x[0xfffffff3]2[0xffffff95][0xffffffc3][0xffffffd2][0xffffffad][0x1e][0xffffffdc][0xffffff82][0xffffffcf][0x12]<[0x16][0xffffffdd]f[0xffffffda][0xffffff97]p[0xffffff9b]E[0xfffffff5][0xffffffe7][0xffffff8b]E[0xffffffdc]^[0x6][0xffffff81]#[0xffffff98][0xffffff9e][0xffffffac][\r][0xffffffac]:|[0xffffffa3][0x16]K[0xfffffff9]S[0xffffffb9]/[0xffffffb7][0x6][0xffffffab][0xffffffea]"\[0xffffff90];zfe[0x17]'w[0x1]*y[0x18][0xfffffffa]2ar6h[0x11]w[0x12][0x1c]r(4[0xffffff86]nvH[0xffffffb8][0xb]w{p[0x0][0xfffffff7][0x10][0xffffff8a]T[0xffffffcd]Pz[0x7][0xffffffeb][0xffffffc3]a[0x9][0x7][0xffffffad][0xffffffaa]d([0xffffffd9]N[0xffffff98][0xffffffbb]:[0xfffffffb]c[0xffffffda]n[0x1e]fD[0xffffffdc]Gp[0xfffffff5][0xffffff9a][0xc][0x13]Z_W~[0x8]s[0xffffff92][0x12]m[0xffffff91]{XX[0x1f]-[0xffffffd7]2_N[0xffffffc9][0xffffffcc][0xffffffc5]z[0xffffffb6][0xffffffef][0xffffffb4][0xffffffaa]f[0xffffffbe][0xffffffb5][0xffffff90]q[\n]"
17:20:04.736 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << ";[0xffffff98]![0xffffffe1][0x18][0xffffff9a][0xffffffb8]-[0xffffffdf]Op[0xffffffe9]F[0xffffff8c][0xffffffc9][0x11][0xffffffc2][0xffffffac][0xffffffac]b[0xffffffc4][0x1a][0xffffffe5][0xfffffffb][0xffffff99][0x1c][0x9]Hx[0x10][0xf]qKy8'm'[0x5]<z[0xffffffa8][0x4][0xffffff8f][0x10][0x16][0xffffff87][0xffffffcd](V9>[0xffffffa7][0xffffff95][0xffffffcb][0x8]k}[0xfffffff9][0xffffffa4][0xffffff99][0xffffffe5][0x0]ctl[0x1][0x9]_[0xffffffc5]c[0xffffffdc]\[0x1f]/v[0xffffffe1][0xffffff89][0x12]<F([0xffffff90][0xffffffa3][0xffffffd1][0xfffffff0] a[0xffffffae]/[0xffffffaf][0x7]m[0xffffffb4][0x1f][0x2][0x12][0xffffffbe][0xffffff8e]o[0xffffff94][0xffffffc1][0xffffff81][0xffffffa7][0x8][0xffffffd3][0xffffffc6]`^[0xffffffc4][0xffffffb7][0x8][0xffffff8e][0xffffff88][0x1c][0xffffffcd][0xffffff91][0xfffffffd]hh[0xffffffe3][0xffffffc9][0xffffffef];[0xfffffff8][0xffffffae][0x7][0xffffffdf][0xffffffc6][0xffffffd3][0xffffff84]Y[0xffffffa3][0x16]5X[0xffffffe5][0xffffffa2][0x16][0xffffffd3]E|[0xffffff9f][0xffffffe0]24n^[0xffffff84]9[0xfffffff9]4[0xffffff92]Z[0x1c][0xffffff90][0xfffffff0][0x3][0xfffffffc][0xffffffd0][0xffffff8d]g[0xfffffff0]#[0xffffff82]h[0xffffff97][0xffffff9c][0xffffff84]:[0xffffffdf]x{[0xfffffff2](J[0xffffffc2]O[0xfffffff0],[0xffffffa7][0xffffffed][0xffffffa7][0x12][0xffffffbe][0xffffff84]}\[0xffffff90]?#[0xffffffb8][0xffffffc2][0xffffffa6][0xffffffaa][0x8][0xffffffb3][0xffffff92][0xffffffba]K%[0xffffffba]L[0x13][0x15]uf[0xfffffff0][0xffffffa4]-[0xffffffe1]y[0xffffffee]I[0x2]~EpD[0xffffffe3]FZV[0xffffffaf][0xffffff91]K[0xfffffff3][0xffffffd1][0xfffffff3][0x1b][0xfffffffc][0xffffff96][0x1b][0xffffffe7][0xffffffef][0x8][0xffffff9e]T[0xffffff88]l[0xe][0x11][0xffffff8a][0x14][0x1e][0xffffff9d][0xffffffda][0xffffffe4][0x8]#T[0xffffffe8][0xffffff86][0x16][0xffffffad]WC[0xffffffed][0xffffffb9]I[0xffffffd8][0xffffffd1][0xffffffc7][0xffffffed][0xfffffffb][0xffffffcf]x[0xffffff84][0xffffff83][0xfffffff8]Kv[0x11]j:[0xffffff83][0xffffff88][0xffffffbf][0x12]\V[0xffffffb8][0xffffff93][0xfffffff0]7k[0xffffffe1]K[0xffffff84]Uc[0xffffffb7][0x16]l[0xf][0xffffffcf]D\[0xffffffd7]m[0xffffff9a][0xffffffb1]Q[0xffffff8b][0xffffffab][0xffffffa1][0xffffffa6][0xffffffe4][0xffffff88][0xffffff88][0x7f]d[0xffffffc5][0xffffff8e][0xffffff8c][0xffffff89][0x7f][0x11][0x16]M[0xffffffac]][0x11][0xfffffff1]oB[0xffffffb9][0xffffff92][0xffffffd3][0xffffffda]7DB[0xffffff84]-y[0xffffff8b][0xffffffe4]S?'h[0xffffff88][0xffffff84][0x2][0x12]N[0xffffffe0]?[0x1e][0xffffffbc][0xffffff8c]W[0xffffffc6][0xffffffe5]v[0x1c][0x10]"[0xfffffffe]Kp[0xffffffb2]=,HX?n7[0xfffffff6]Z[0xffffffe7][0x15][0x1][0xffffff89]@[0xffffffe4][0xffffffc1]I[0x12][0x8][0xffffff85]}[0xffffffcc][0xffffffb0]O,Z[0xffffffcf][0x8]j[0xffffffce][0xffffffa1]J@"'[0x15][0xffffffb8]QA.[0xffffff82][0xffffffb3][0xffffffb3]}[[0x13][0xffffffa1][0xffffffbc]eT[0xf][0x11][0xffffff90][0xffffffa8][0xffffff90][0xffffff8a][0xffffff8a]p[0x9][0xffffffb9][0x9][0xffffffee]>f[0xffffffb4][0xffffffc7]UUQ[0xfffffffb]x2[0xffffffa9][0xffffffca][0xffffffbb]\[0xffffffa2]InL[0xffffffa1][0xffffffc9][0x4][0x17]{G\[0xe][0xffffffeb][0x12][0xffffff95][0xffffffe0]n7.[0xffffffa1]R[0xffffffc2][0xffffff86][0xffffffed][0xffffffb2][0xffffffee][0xffffffed][0xffffffd3][0x14][0xffffffb5][0xffffffcf]kh^n[0xffffffa7][0xffffffde][0xffffff94][0x19]{{[0xffffffe2][0xffffff86]W1[0xffffffbc]r4*[0xfffffff3][0xffffffd6]-<[0xffffffe8]U5oXS[0xfffffffb]X[0xffffffcc][0xffffffcb][0xfffffff6]([0xffffffba][0xffffffa1][0xffffffaf][0xfffffff5]^vE![0xffffff95][0x13][\n]"
17:20:04.737 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "x[0xffffffb4]c[0xffffffaf]YV[0xffffffa6][0xffffffea][0xf][0xffffff89][0xffffffa6]R[0xffffff85][0x7][0x11][0xffffff9a]F[0xffffffb8][0xffffffae])[0x16][0xffffffd3]xg[0x10][0xffffffd4][0xffffffe2][0xffffffaa][0xffffffd9][0xffffffd0]{w[0xfffffff7]3[0xffffffd5][0x1b][0xffffffec]g[0xffffffc1][0x1]NY[0xffffff9a][0xffffffa2]^-[0xffffffe6][0xffffffd5][0xfffffffb][0xffffffe3]FH[0xffffffdb][0xffffffad]z}[0xffffffcd][0xffffff8d][0x1c][0x7f][0xffffff95]w[0x9][0xffffffa7]2"s[0xfffffff2][0xc]o[0xffffffbf][0xffffffbc][0xffffff8b]Y[0xfffffffd][0x9][0xffffffe7]&[0xffffffca]B5^-f[0xffffffce][0xffffffca][0xffffffe1][0x18][0xffffff93]C[0xffffff83][0xffffffde][0x1e][0xffffff96][0xffffff9c]Z[0xffffffea]m[0xffffffd7]4[0xffffffc3][0xffffffea]Z,Vf[0x10][0x2][0xffffffa7][0xffffffd2]=[0xfffffff7][0xffffffc8]:K[0xffffffe7]`][0xffffffa4]Y[0x4][0xffffff89]kE[0xffffffd3][0xffffff8c][0x6][0xe][0xffffff96]P[0xffffff93])[0xffffff92][0xffffffd4][0xffffffd2][0xffffffac]h[0xffffff92][0x1e][0xffffff95]h6[0xffffffcd]q[0xffffffd3]Y4[0xffffffd7][0xffffffd2]n[0xffffffaa]w[0xffffff98][0xffffffe2][0xffffffcb][0xffffffd7]n[0xffffffd2]<[0xffffff9a][0xffffffef][0xffffffc6]aZ@8gB[0xffffff92][0x1f]K[0x17][0xb][0xffffffb9].[0x16][0x11]*:[0xffffffb8]d[0xffffffb2][0xffffff84]n[0x9][0xffffffc6]G([0x19]P[0xffffffc2][0xffffffe1]l[0xffffff8f][0xffffffdf]|[0xffffff9a][0x1e][0xffffffbf]%[0x7]R@"?U{[0xfffffff0]2[0xffffffd5][0x10][0xffffff96][0xffffff9f][0xfffffffa]~[0xffffff91][0xffffff96][0xfffffff2][0x12]$SD][0xffffff9a][0x12]2[0x1d][0xffffffb7][0xffffffce]C[0xffffffb5][0xffffffb4][0xffffff8c]0[0xffffffb5][0xffffffc3]Rz.g+[0x8][0xffffff97][0xffffff8f][0xffffffb6]@ne[0x6][0xffffff97][0xffffff83]iji[0xb]|#[0xffffff8c]n[0x15][0xffffffa1]1[0xffffffcb][0xf][0xffffffad][0xffffff80][0x7f][0x1a][0xffffff9e][0xffffffb8][0xffffff86]Paf[0xffffff99]<[0x1a]<[0xffffffc7]<[0xffffff80][0xffffffcb][0xffffffca]@[0xffffffa6][0xe][0xffffffcf]?M[0x1d][0xffffffb6][0xffffff8f][0xffffff82][0x15][0xffffff90](@[0xffffffeb][0xffffffb8][0x16][0xffffffcf]%[0xffffff88][0xffffffbb][0xffffffe4]p[0xffffff9c]m[0xffffffed]%T[0xfffffff8]v[0xffffffe4][0xffffff8f]Lo[0xffffffa1][0xfffffff3]x[0x18][0xffffffaa]'[0xffffffac]<[0x1d]t"5[0x10]Jw+F[0xffffffbf]5[0xffffffd7][0xffffffa5][0xffffff85][0xffffffe3][0x11][0xffffffa6][0xffffffe7][0xffffffe4][0xffffffa1]$[0xffffffba][0xffffffd3]f[0xffffffa9][0xffffff89]6z[0xffffffa8][0xffffff91]6[0x11][0xffffff8a]8[0xffffffae][0xffffff8d]Z,[0xffffffc8]$j[0xffffffb6]F[0xffffffcf][0xffffffe7][0x7f][0xffffff96][0x11][0xffffff96]Z[3[0xffffff8c][0xffffffcb]+[0xffffffab]![0xffffffaf][0xffffffac][0xffffffeb]ZP[0xffffffe1][0x1d][0xffffffbb]w[0xffffff97]I[0xffffff9d]O[0xffffffaf][0xffffffb2][0xffffffb4][0xffffffd1]J([0x8][0xffffffb1][0xffffff9e]x[0xffffff9f]D[[0xffffffad]Hx[0x1]aR[0xffffffba][0xffffff84]P{5[0xffffffc2][0xffffffba]3IZ[0x4]1[0xffffff96][0xffffffcc][\r][0xffffffc4][0x8]k[0xffffffc6][0x1]6N[0xffffffd1][0x10] Lm[0xffffffc9]S3[0x4]2[0xffffffca]-[0xffffffbb][0xffffff83]l[0xe][0xffffffa5][0xffffffcb]-^[0xffffff80][0xffffffdf]C[0x10][0xffffff94][0x10][0xffffffa1]4[0xffffffab][0xffffffcf][0xffffffdc]0[0xffffffc8][0xffffffeb][0xffffffa3][0xffffffe2][0xffffffb0][0xffffffa2][0x1b][0xffffffc9]S`[0xffffffd3][0xe]WM([0xffffff9b][0xffffffb6]do[0xb]H[0xfffffff4]6[0xffffffba][0xffffff98][0xffffff9b][0xffffffdc][0xffffffdb][0x9][0xffffffcb]Ny[0xffffffbb]H[0xffffff97][0x10]$[0xffffffae][0xffffffd6][0xffffffe6][0xffffffd0]F[0xffffffbb]u[0xffffffda][0xffffffec][0xffffffbb][0xffffffe8][0xfffffff4][0x1c]b4i=[0x14][0xfffffff4][0xffffff90]L[0xffffffa1][0xffffffdc][0xfffffff0][0xffffff9d][0xffffffac][0x1e][0x9][0xffffffd4][0xffffffcb][0x17][0xfffffff4][0x11]v[0xffffff8e][0xffffff91][0x4][0xffffffc3][0xffffff9a]f[0xffffffe6][0xffffffc0]x[0xffffffd4][0xffffffab]Z[0xffffffb0][0xffffffcd]$hJT[0xe]{}[0xffffffaa][0x1c]a[0xffffffe3][0x6]$K[0xfffffff6][0xffffffa1]BRx[0x1]y[0xffffffb7][0x7][0xffffffb7][0xffffffd0][0x0][0xffffffa1]P1XL6[0xffffffb4][0x18]w[0xffffffcf][0xffffffcc][0xffffffca][0xffffffbd][0xffffffd9][0x1e][0xf]H[0x14]![0xffffffd5][0xffffff83][0x3][0xffffffa4][0x11][0xffffffca]F[0xffffffcf][0xffffff8b][0xfffffff4][0xe][0xffffff82][0xffffffd8]/[0xffffffeb]ml[0xffffff8f]a[0xffffff9e][0xffffff9b][0xffffffef][0xffffff90]H'[0xffffffc3]C1[0xffffff8a][0x13][0xffffff9c]*[0xffffffdb]cH[0xffffffb4][0xffffff9b][0xfffffff3][0x17][0xffffffa3]=[0xffffff84][0xffffffc5]c[0xffffffcb]/[0xffffffa2][0xffffff85]X[0xffffffb8][0xffffffd6][0xffffff96][0xffffff9c]H[0xffffffef]$[0x14][0xfffffff4]1[0xffffffa3]9$[0xffffffd1][0xffffffe5]4[0xffffffdf]M[0xffffff97][0xffffffd1][0x15][0xffffffe6]i[0x7f][0xffffff86][0x9][0xffffff9d]Q[0xffffffee]i[0xffffffcf][0xffffff81][0x14][0xffffff90][0xffffffe8]][0xfffffff4]nnBWM([0xfffffff7][0xffffffe4][0xffffffee][0x17][0xffffffe9]j[0xf][0xffffffbd][0xffffff97][0x7][0xffffff81][0xfffffff2]d[0x10][0xffffffb0]5ey[0xfffffffa][0xfffffffb][0x8]-[0xffffffa3][0xffffff95][0x1b]KF[0xffffffe9][0xffffffa4]VOA[0xffffff93][0xffffffd7][0x12][0xffffffc4]>f[0xfffffff0][0xffffffe6]B[0xffffffa2][0xffffffeb]-[0x19]}[0xffffff80]P[0xffffffa8][0xffffffa6]>[0xffffffaa][0x4]F[0xffffffb5][0xffffffff][0x13][0x14][0xffffffbf][0xffffffd9][0xffffffec][0xffffff8b]6 [0xffffffc2]x[0xfffffff2][0xffffffcc][0xffffffde]G([0xffffff8d][0xffffffab]9[0xfffffff1][0xffffff80][0xffffffe0]VBL5[0xffffff94]^[0xffffff85];VyzAF[0xf]4-9f[0x1e][0xffffffe7]d[0xfffffff6]k[0xffffffc5][0x16][0xffffffc2][0xffffffe6]t#5=[0xffffff95][0xffffffdb][0xffffffcc][0xffffffee][0xffffffca]k[0xffffffc8]}},dJ[0xfffffff9][0x13][0xffffff84][0xffffffc9][0x19][0xffffffc7]B[0xffffffa6][0xffffff85]l<#[0xb]I[0xffffffc2][0x9]H[0xfffffff4])[0xffffffda][0xffffffcb][0xffffffed][0xffffffe3]fB[0xffffffdd][0xffffffa9][0xffffffee][0x16][0xffffffe9]3[0xffffff84]Mg[0xffffff96][0xffffff90]2(i[0xffffffa6][=t[0xb]}[0xffffff96][0xffffffff]Y[0xffffff96]<[0x7][0xffffffc8][0xffffffe0]oC\[0x9][0xffffff87]XL[0xffffffa4][0xffffffcf][0xffffffbb][0xffffffe9]v[0xffffffac] L[0xffffffdb][0xffffffa6][0xfffffff2][0xffffffc2][0xffffff92]W[0x15]![0x16]f[0x6][0xffffffb3]EWH_$[0xffffffb8][0xffffffe4]h[0xffffff94][0xffffffa9]![0xffffffc2][0xffffff92][0x9]}[0xffffffde][0xffffffb0][0xffffff81][0x7]$[0xffffffda]Gw[0xffffffb8][0xffffffe9]v[0xfffffffa]2[0xffffffa1][0xffffffd0][0xffffffd0][0xffffffac]I[0xffffff89][0xffffffee][0xffffffe4][0xffffff96]x;[0x1d] [0xfffffff8][0xffffffc7][0xffffffaf]E3[0xffffff8a][0xffffffe0].[0x9]*[0xffffffdd][0xffffffcd][0xffffffd3][0xffffffdf]=[0xffffffd9]y&[0xffffffbd][0xffffffc6]L[0xffffff8b][0x11]^[0xfffffff8][0xffffffd4][0xffffffab]![0xfffffff3]ST[0xffffff81]o[0xffffffc7][0xe][0x1e]n[0xffffff86][0xffffffe8][0xffffff90][0x1b][0xffffffad]t_[0xffffffd6][0xffffffb7][0xffffff96][0xfffffff6][0xffffffb8]j([0x11]&[0xffffffd2]p[0xffffffaa]?[0xffffffe2][0xffffffef][0xffffffb9][0xfffffffd][0xffffff91]=[0x1c][0xffffff90]h[0xffffff84][0x12]n:BG[0xffffffb3][0xffffffda][0xffffffef][0xffffffce]~^[0xffffffb6][0xffffff89]t?aV[0xffffffce][0xffffffb7][0xffffffa3][0xffffffce][0xffffffcd][0xffffffed]M[0xfffffff5][0xffffff8d];7[0xffffffb5]o[0xffffffdd]v[0x1]aZK[0xffffffee][0xffffffa6]M1-[0x1e][\r]H[0xfffffff4] =T[0xffffff84][0xffffffd5][0xfffffff4]p[0x9][0xffffff96]K[0x18]4O[0x1c][0xffffffe8][0xffffffd1][0xffffffe2][0x2][0xfffffffa]*[0xffffffc1][0x11][0xffffff8b][0xffffffab][0xffffff84][0xfffffffa][0xffffffd3]8]M[0xffffffd2][0xffffffae][0xffffffda][0xffffffdd][0xffffffc2][0xffffffe3][0xfffffff4]D[0x19][0xffffff9c][0xfffffff4]5[0xffffffc2]R[0xffffffdf][0x18][0xffffff94][0xffffffe4][0xffffffdb]h~h[0xffffffa3][0xffffffaf][0xffffffbb][0xffffffe9][0x1][0xfffffffa][0x6][0xffffffa1]X[0xe][0xffffff85]:[0xffffffec][0xffffffae]j[0xffffffb3][0xffffffa6][\r][0xffffffe4][0x1c]LZ[0xffffffc0][0xffffffcc]F[0xffffffe1][0xffffff9b][0xfffffff4]-.[0xffffffab]o[0x13][0xffffff8a][0xfffffffa][0xffffff98][0xffffffd1]b[0x1f][0xffffffbb]d[0x7f][0x1a][0xffffffb4][0xffffffbe][0xffffff97][0xffffffaf][0xffffffc9][0x1d][0xffffff9b][0xffffffe0][0xffffffd9][0xffffff9f][0x4][0xffffffaf][0xfffffff9][0x1d][0xffffff93][0xffffffbe]O(L[0xffffff86][0x6][0xffffffc2][0xffffffad]ye[0xffffff95][0xfffffff1][0xffffffb8][0xffffff89][0xffffffa9],[0xffffffa6][0x4]S[0xffffff81]%0[0x1][0xffffffef]j[0xffffff88]1[0xffffffd9][0xffffffc8].[0xfffffff7]&[0xffffffe2][0xffffff94]y[0xffffffb6][0x11]n;U[0x2][0xffffffd7][0xfffffff9][0xffffffd7][0xffffffff][0xffffffaf]i[0xffffff9c]@[0xffffff95]=z[0xffffff9f]H?[0xffffff96][0xffffffe8][0xffffffbb][0xfffffff4][0xffffffb4][0xffffff87]~B[0xffffffcf]r[0x1b]~[0xffffff96][0xffffffe0][0xffffff8a][0xffffffc6][0xffffff8d][0xfffffffa]pX[0xffffffa2][0xffffff9f]![0xffffffe1][0xffffff81]D?'[0x14][0x5][0xffffffd3]!}[0xffffffc5]i[0xffffff88][0xffffff82]Pw[0xffffffaa][0x1a]&8[0xffffff82]<[0xffffffcc][0xffffffaf]>]y8[0x15]U[0xffffffe1][0xffffffe1][0xffffffc4]<>,[0xffffffa4][0xffffffdf]Y[0xffffffdf]{[0xffffffb7][0xffffffb0]A[0xffffff89][0xfffffffe]@[0xffffffbd][0x1e][0xffffffb8][0xffffffe9][0xffffff8f][0x4]:[0xffffffb7][0xffffff90][0xfffffffe]l[0x1d][0xfffffffb]t[0xfffffff1][0xffffff8e]F[0xffffffa2][0x17][0xffffffac][0xffffffb9][0xffffffbf]JX[0xffffff86][0xffffffcb][0xffffffdc]([0xffffffa6][0xffffffbf][0xfffffff1]:[0xffffffd7]H[0xffffffc5][0xffffffaf][0xffffff9c]ca^[0xffffffeb]Z'[0xffffffcb][0xffffffba]![0x1b]J[0xffffffb0][0xffffffb2].}&0[0xffffffce][0x9]r&[0x0][0xffffffb7][0x1c][0xc]2][0xffffffaf][0xffffffac][0xffffffab][0xffffffab][0xffffffb3]J[0xffffffc9]Q[0xffffffbf]e[0xffffff91]0[0xffffffdb][0xfffffffc][0xffffffec]I/[0x13][\n]"
17:20:04.737 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[0xffffffd7][0x5][0xffffffc3][0xfffffff6][0xffffffcf][0x19][0xffffffa6][0xffffffe5].L[0xfffffffe]^[0xffffff81]^[0xffffffb1]][0xffffffd8][0x1c]%,[0xffffffcc]t[0xfffffff8][0xffffff86][0xffffffb0][0xffffffac][0xffffffeb][0xffffff81]|X[0xffffffe8][0xffffffbf]t[0xffffffd2]M[0xffffffaf][\n]"
17:20:04.737 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << " [0xffffffcc][0xffffffcd][0x9][0xffffff8b][0x1d]M[0x1d][0x1d][0xffffffcd][[0xffffffdb]v67Z[0xffffffbf][0xffffffa2][0xffffff91][0x4][0x1][0xffffffbb][0xffffff8a][0xffffffb0]Zp[0x10][0xffffffdc][0xffffffe9]II([0xffffffb0][0xffffff86]]Y?][0xffffffb2]O}[0x15]M[0xffffffd5]E[0xffffffa1][0xffffff90] [0xffffffe9][0xffffff8a][0xffffffda][0x17]f[0xffffff86][0xffffffa6][0xffffffb6][0xffffffca]Q[0xffffffde][0x1b][0xffffff9c][0xffffffc2][0x1]m*[\n]"
17:20:04.737 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "I[0xffffff82][[0xfffffff0][0xffffffb8][0xffffff85]"A[0xffffffca][0xfffffffa][0x5]V},&[0xf][0xffffff9a]_b[0xffffff84][0xffffffc9][0xffffff84][0xffffffc9][0xffffff8d]M[0x1b][0xffffffeb][0xffffffb7][0xffffffb5]t[0xffffffda][0xffffffbf][0xfffffffd][0xffffff91][0xffffff84][0x12][0x1e][0x7f]V[0xb][0xffffffa5][0x4]WPS[0xffffff83][0xffffffb2]Ah[0xffffffcd]sNm[0xffffff9f][0xffffff96][0xffffff8f]91[0xffffffce][0x1][0xffffffbb]P.L[0xfffffff1][0xffffffe0][0xffffffdb][0xffffffc2]T[0xffffff89][0xfffffffe]I[0xffffffff]rC[0x10][0xffffffa6][0x15][0xffffffbb][0xffffff84][0xffffffe9]%[0xfffffff4][0xffffffaf]2[0x14][0xffffffe0][0xffffffa9]d"J[0x13][0xffffffab][0xffffff8b][0xffffffc2]Y<[[0xffffffeb][0xffffffd6]Y[0xfffffffb][0xffffffc2][0xffffffac][0xe]%[0xf][0xfffffff3][0xffffffe6]w-I[0xffffff98]#[0xffffffcc]u[0xb][0xffffffb3][0x5]/aF&[0x3]iY[y@[0xffffff98][0xffffffef][0x16][0xffffff8a][0xffffff85][0x5][0xffffff84][0xffffffa2][0xe][0xffffffa5]O[0xffffff95][0xffffff8d]x[0xffffff8c][0x11][0xffffff9c][\r]Z[0xffffff88][0x11][0xffffff8a][[0x14][0xffffff95][0xffffffb5][0xffffffc5]#=,[0xffffffd6][0xffffffc9]3[0xffffff87][0xfffffff9]C[0xffffffaa][0xffffffa0][0x1c][0xffffffee][0xffffff92]c[\n]"
17:20:04.737 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[0x7f][0xffffffb7][0x7]'u[0x18]rp[0xffffffa0]U[0xffffff8e][0xffffffda][0xffffffef][0xffffffee][0xfffffff4][0xffffffa7]j[0xffffffc2][0xc];[0xffffffd7]v)[0xffffffba][0xffffffd2][0x13]f[0xfffffff5][0xffffffaa][0xffffffaa]qG[0xffffffd0]T[0xffffff9d]P[0xffffff91][\r]m0[0xffffff9a][0xffffff84](5[0xffffffab][0xffffffdc]O[0xffffffb9]%[0xfffffff2][0xffffff96][0xffffffde][0xffffffdd]a&[0xffffffc3][0xffffff8d][\n]"
17:20:04.737 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[0xffffff9f]+[0xffffffd9][0xffffffa0]i[0xffffff86]n[0xffffffc4][0xffffffe4][0xffffffa8][0xfffffff5][0xffffffb9]V[0xffffffc7]<[0x8]p[0x2]pc&w[0x4][0x0]31[0xffffffd7][0xffffffbe]{1[0xf]$,[0x4] `>[0xffffffa6]c[0x1]*S[0xffffffef][0xb][0xffffffe1][0xffffffc6]",[0x6]P[0x2][0x1f][0xffffffaa][0xffffffcc]1[0x7f][0xffffffd6]z[0x1][0xffffffd5][0xffffffa8]I[0xffffffbd]/[0xffffff81][0xffffff80][0xffffffa5]9[0xffffffef][0xffffffb5][0xffffffa8][0x3]0[0x1d][0xffffffc0]2,[0x7][0x9][0xffffff8b][0x0][0xffffffe8]p[0xffffff82][0xfffffff8][0xffffff88][0xffffffff][0x8]V[0xfffffffa]G[0xffffffb0][0xfffffff6]0[0xffffffd6][0xfffffff9][0xffffff8f]a}[0xfffffff7][0x11][0xffffffbc][0xffffffe5]0[0xffffffea][0xfffffffd]#[0xffffffd8]t[0x18][0xffffffcd][0xffffffd6]m[0xffffff8b][0xffffffff][0x18]Z[0xffffffbb][0x1d]Gp[0xffffffc1]a[0xffffffb4][0x1f][0xffffffe4]`[0x5]N[0xffffffd0][0x1c][0xffffff88][0x0][0xffffff9a][0xffffffe1][0xffffffc4]:x[0xffffffb0][0x1e][0x15]8[0xf][0xffffffb3][0xffffffb1][0x1][0xffffff95]hD[0x1d][0xffffff9a][0x5][0x1f][0x0][0xffffffc9]B[0xffffff82][0xe][0xffffff93][0xffffff85]*,B[0xffffffa7]M[0xffffffc0][0x17] @[0x0][0xffffffb0]a[0x8]]O Pv[0xffffffe1][0x8][0xffffffde]>[0xffffff82][0xffffffd0][0xffffffcd][0x10][0xffffff9d][0xfffffffb][0xffffffe0]t[0x4]f[0xffffffee]E[0xffffffc9]1[0xfffffff4]v[0x1f]A[0xffffffdf]!t[0xffffffed][0xffffffc3][0xffffff8c]2[0xffffffa5]e[0x8][0x3][0xffffffd5][0x9][0xffffffbc]C[0xffffffc0]1[0xffffffe8][0xffffffdd]G`[0x1c]B[0xffffffd7][0x10][0xffffffba][0xffffffee][0x5][0xffffffe0][0x10][0xffffffaa]Ll[0xffffffce][0xffffffa9][0xffffffe7][0xffffffd1]+([0xffffffa5][0x13][0xffffff98]j[0xffffffd2]8[0x1f][0xffffff85][0x0]Z[0xffffffe0]B+[0xffffffa6][0xffffffa1][\r][0xffffffb3]p[0x1]|hG5[0xffffffba][0xffffffb1][0x12][0x17]a=v[0xffffff9a]tV[0xffffff98]b,G[0x1c][0xffffffbb]@[0xffffff98][0xffffff86][0xffffffc5][0xffffffd8][0xffffff8d]=[0x0][0xffffff88][0xffffffd7]Ep[0xffffff98][0x14][0xffffff87] [0xffffff98][0xffffffdc],[0xfffffff5][0xffffffdf][0xffffff87]z[0xffffffff]Q|[0x8]H[0xffffffe0]c[0x2][0xfffffffc][0xfffffff7][0xffffffa1][0xffffffd9][0x7f][0x14][0xffffff9f][0xffffffe6][0xffffffaf][0xffffff9f]3_[0xffffffb7][0xfffffff8][0xffffff8f][0xffffffe2][0xffffff8b][0xfffffff6]kZ^e[0xffffffa6][0x1][0xfffffff4][0xffffffa3][0x18][\n]"
17:20:04.737 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[0xffffffe6][0xffffffe0]R,[0xffffffc1]@[0xffffff86][0xffffff8c][0xffffff96]Z2[0x12][0xfffffffc][0xffffffe0][0x1b][0xffffffaa][0x1][0xffffffb8]@x[0xffffffa7]I[0xffffffc3][0xffffff97][0xffffffb0][0xf]N[0xffffff93][0xffffff86]/[0xffffffda]f4o[0x8][0xfffffffb][0xffffffbb][[0x1f][0x19][0xffffffc2][0xfffffffe][0xffffffea][0x4][0xffffffee][0x15][0xffffffb0]}[0x8][0xfffffffb][0xffffff87]q[0xffffffa8]"
17:20:04.738 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[0xffffffe6][0xffffffd1]}(l[0xffffffab]yt[0xffffffc9]C[0x7]![0xffffffc0][0xffffff85][0xffffffe9][0xffffff98][0x5]`[0x16][0xffffffe6][0xffffff98]w[0xffffffa7])[0xffffffa4][0xffffffe9][0x10]Nb[0x16][0x1c]"[0x4][0x11][0x7]Dn[0x7]"[0xe][0xffffff9f][0xffffff80][0xffffffd3]$[0xffffffb2][0x2][0x5][0x0][0xffffffe2]pa[0x17]J[0xffffffb0][0x1b][0x15][0xffffffd8][0x3]/[0x6]SB[0x2][0xffffffe6][0xffffffd9][0xffffffca][0xffffffe4]O[0xffffffc3][0xffffffa6][0xffffffa5][0xffffffd6][0xffffffa4][0xffffff98][0xffffffe0]#GR[0xffffffb6]wG^fF[0xffffff90][0xffffff80]`2s5[0x1c]&[0xffffffc4][0xffffff85][0xfffffffe][0xffffffea][0x4][0x1e] $[0xfffffff0][0x15][0xffffffc2]Q|[0xffffff93]K[0xffffffee]{[0x2]F[0xfffffff0][0xffffffe3][0x4][0xffffff9e][0x13][0xfffffff0]0[0xe][0xc][0xffffffe3][0xffffffe7][0x7]M-[0xffffffa7][0xffffffed][0xffffffee]*[0x8][0xffffffb8][0x1a]"[0xffffffde][0xffffff8b]R\[0xffffff83][\n]"
17:20:04.738 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[0xffffffbc][0xf][0xfffffff3]p[0x15]*qm[0x6][0xffffffa9][0xb]S[0xffffffa4].[0xffffffc4]/L[0xffffffa7]I[0xffffff93][0xffffffca]G[0xffffffe6][0xffffffa7]H=[\n]"
17:20:04.739 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[0xffffffc2]/q[0xffffffa5][0xffffffad][0xffffffe9][0xffffffed]p[0xffffffc0][0x1][0xffffffa0][0xffffffd4]?[0xffffff8c]_smW[0xffffffd7]$[0xfffffff0]{[0x7][0xffffffb6][0xffffffa7][0xffffff95]9[0xffffffd9]\p[0x3][0xffffff9c][0xffffffb8][0x11]%[0xffffffb8][0xffffffc9]D[0xffffffea][0xffffffb5]6[0xffffffa5][0xffffff90][0xffffff96][0xffffffe2][0xf][0xffffffa6]9[0xfffffff1][0xffffffa7]?b[0x17][0xffffff84][0xffffffbc][0xfffffff2][0xfffffff8][0x13]4[0x1b][0xffffffed][0xe]8M[0xffffffb2][0xffffffe7][0xfffffff8][0xffffffab]M[0xffffffa4][0x9][0xffffffbc][0xffffffc0][0xffffffb9][0x7f][0xfffffff1][0x8][0xffffffde]m[0xffffffbf][0xffffffff]][0x18]M[0xffffffc3]gQ[0xffffff86][0xffffffdb]0[0x1b][0xffffff9f][0xffffffcf]`|N[0xffffff8a][0xffffff86]9[0x16][\r]c`N2|[0xffffffa1][0xffffffcd]p[0xffffff99][0xffffffbf][0xffffffba]f|lw[0xffffffc1][0xffffff85]{P[0xffffff8a]{38.Ka+Kq\6&[0xffffffc7][0x2][0xffffffae][0xffffffc0][0xffffff95]V[0x10][0x10][0xffffffae][0xffffff83][0xffffff93][0xffffffdb][0x1b]M[0xfffffff1][0xffffffdf][0xffffff87]u[0xffffffd5][0x9][0xffffffbc]* A[0xe][0xffffffc2]Z[0xffffffe7][0xc][0xffffffe7]0[0xffffff89][0xffffff8f]c[0xfffffffa][0x10]y[0xffffffcc][0xffffffc7]a*[0x1e][0xffffffa6][0xffffffb2][0xffffffbd]vtX[0xffffffbf][0xf]Uk[0xffffff9d]C[0x18]([0xffffffa7])[0xffffffd5][0x9][0xffffff9a][0xffffffee][0xffffffc0]A[0xfffffffb]uf[0xfffffff5][0xc][0xffffffe7][0x8]y[0xffffff87][0xffffffa9]2A[0xffffff8b][0xffffff9d]88{/[0x1a][0xffffffcd][0xffffff89]*k[0xffffff9d][0xffffff85][0xffffff88][0xffffff96]pD[0xffffffcb][0xffffff89][0xfffffffb][0xffffffcd]@9[0xffffffad][0xffffffac]1[0xffffffe7][0xfffffff6]a[0xffffff86][\r]eu6[0xffffff94][0x1c][0xffffffea][0xffffffb6][0xffffffef]C[0xffffff99][0xffffffbd][0xfffffff0]l[0x1b][0xffffffbb][0xfffffff9][0xffffffb2]6[0xb][0xffffffc5]z[0x1][0xffffffce][0x11][0xffffffda][0xffffff90][0xffffffa0][0xffffffcd][0xffffffc9][0xffffff87]-|[0x7f]K[0x12]i[M[0xffffff82][0xffffffde]:[0xe][0xffffffd2][0xffffff83][0xffffffa6]'[0xffffffd6]a[0x5][0xfffffffe]i[0xffffffde]7[0xffffffe0]8.[0xffffffc6]5[0xffffffb8][0x16][0xffffffc7]q+[0xffffffee][0xffffffc6]A[0x1c][0xffffffc7][0xffffffc3]8[0xffffff81]Wq[0xffffffdc][0xe][0x7f][0xffffffab][0xffffffe0]y[0x15]K![0xffffffa2][0xffffffe2]<:[0xffffffc9]5j[0xffffffba][0xfffffff8][0xffffff8b]"^[0xffffffe4].[0xfffffffe][0xffffffcf]6[0x11][0xffffffc7]_A[0x5][0xffffffa9]"[0xffffff8e]Om[0x17]q|[0xfffffff2][0xffffffe5][0xfffffffc][0xffffffc9]T[0xffffffee][0xfffffff5][0xffffff98][0xf][0xffffffe0]0J1[0xffffff8c]:|[0x5]+p[0x4][0xffffffab]0[0xffffff82]z$[0xffffffb0][0x1]G[0xffffffd1][0xffffff88]ch[0xffffffc5][0xffffff83][0xffffffe8][0xffffffc0]1\[0xffffff88][0xffffff87][0xffffffd1][0xffffff8d]Gq1[0x1e][0xffffff83][0xffffff82][0xffffffc7]1[0xffffff88]'p[\r][0xffffffbe][0xffffff85]k[0xfffffff1]5\[0xffffff8f]'q[0x3][0xffffff9e][0xffffffc2]^<[0xffffff89][[0xfffffff1]4[0xffffffee][0xffffffc6][0xf]p[0x10][0xffffffdf][0xffffffc3]!|[0x1f][0xf][0xffffffe1][0x19]<[0xffffff8c][0x1f][0xffffffe3])[0xfffffffc][0x4]/[0xffffffe0]Y[0xffffff9c][0xffffffc0][0xfffffff3]x[0x15]?[0xffffffc5]I<G[0xffffff85][0xfffffff8][0x5]M[0xffffffc6]sT[0xffffff8e]_[0xffffff99][0xffffff86][0x15][0xffffff85][0x7][0xffffffa5][0xffffff98]K[0xffffffed][0xffffffd4][0x1]'[0xffffffea][0xffffffe0][0xffffffa0]N[0xffffffec][0xffffff81][0x3][0xffffffab]0[0xffffff89][0xffffffb6]Q[0x17][0xffffff9c]h[0xffffffc4]T[0xffffffda]F[0xffffffdb][0xffffffe1][0xffffffc4][0xfffffff5][0xffffff98]b?[0x1d]2g[0xfffffff9][0xffffffd3][0xffffffc9][0xffffffd4][0x18]hJ[0xffffffd2]<iJ[0xffffffd2]<i[0xffffff8a]e[0xffffff9e][0xffffffe8][0xffffffc6]1[0x1b]2[0xffffffd1][0xffffff85])Gl[0xffffffb1]sS[0xffffff89][0xffffffed][0xffffffff][0xffffffcd][0xffffffd5][0x9][0xffffffea][0xffffffce][0xffffffe3][0xc][0x7f][0xffffff81][0x13]/[0xffffffa0][0x18][0x7f][0xffffffcd]p[0xffffffbd][0xffffff92][0xffffff94]3[0xffffff94][0xffffffd0][0xffffff8e][0xffffffb1]\[0xffffff8f].J[0xffffffe1]Zo[0xffffffe3]r[0xfffffff9][0xffffffab][0xffffff8f][0xffffffe0][0x13]i[0xc]ns[0xfffffff4][0xffffffdf]([0xffffffc0][0xffffffcb][0x19][0xffffffd0]])[0xffffffe8][0xffffffae]1[0xffffffa1][0xb][0xffffffb8][0x11][0xffffff9a][0xffffffe5]`[0xfffffff4][0x12][\n]"
17:20:04.739 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[0xffffffcc]hy?7[0xffffffca][0x4][0xffffffed]$8[0x1f][0xffffffc0][0xffffff8b][0xffffffdd][0xffffff8e][0xffffffea][0xffffff8e][0x4]1n[0xffffff8e][0xfffffffd][0xffffffc4][0xffffffe3]k[0xffffffeb]>[0xffffff9c][0xffffffd5]f[0x1a][0xffffffe1][0xffffffa5])[0x1b][0xffffffe6]L[0xffffff87]9[0xffffffd3]5[0x9][0xffffff8a][0x12][0xffffffda][0xffffff96]$h[0x17]a/[0xffffffb6]-I[0xffffffd0] [0xffffffe1]a[0xffffffba]l[0xffffffad][0xffffff93]C[0xffffffe5][0xffffffee]ye[0xffffff82][0xffffffde][0xffffffc3][0xffffffa1]]C[0xffffffd8][0xffffffce][0xffffffb7][0xffffffda]ca[0xffffffc1][0xffffffb6][0xfffffff5][0xfffffff7]W[0xffffffdb][0xffffffb6]>um[0xffffff81]9p[0x1d]_[0xfffffff1]A[0xffffffcb][0xffffffeb]N[0xffffffde][0xffffff91][0xffffff81]m[0x1f][0xffffffca][0xffffffd7][0xffffffba]2[0xffffffde]g[0xffffffb8][0x1e][0xffffffb2][0x1c]a.[0xffffffe6][0xffffffe3]8[0xffffffba]l[0x7][0x0]jq'[0xffffff80][0x0]n1[0xffffffef]w[0xffffffe2].[0xfffffff3]n[0xffffffa5][0xffffffb8][0xffffffd5]([0xffffffec]1[0xffffff8d]}[0xffffffba][0xffffff88][0x3][0xffffffaf][0xffffffc0]%R[0xffffffec]$[0xffffff9a]P[0xffffff90][0xfffffff4][0xffffff87][0x3]"[0xffffffc5]D[0xffffffba][0xffffff8c]{[0xffffffc5][0xfffffff1][0x13](}[0x19]B[0xffffffab][0xffffff88][0xffffffc3][0xffffffc5][0xffffffa6][0xffffffdc][0xffffffbb]0[0xffffff95]+[0x8]s[0xffffffa9][0x10][0xfffffff3]I[0xffffffc0][0x2]r[0xffffffa0][0xffffff96]f`-[0xffffff89][0x8][0xffffff90][0xffffff84].[0xffffff9a][0xffffff8c]K[0xffffffa9][0x18][0xffffff83]T[0xffffff82]k[0xffffffa8][0x2][0xffffffd7]R)[0xffffffae][0xffffffa7]2|[0xffffff9c][0xffffffa6][0xffffffe0]&*[0xffffffc3][0xffffffcd]4[\r][0xffffffb7][0xffffffd0][0xc][0xffffffdc]A3q'[0xffffffcd][0xffffffc0][0x8][0xffffffcd][0xffffffc4]1[0xffffff9a]e[0xffffffea]p3D[0xffffffcc][0xffffff85][0xffffff83]>[0xffffff84]J[0x8]X[0xffffff80][0xffffffe9][0xffffffa6][0xffffff8d]:p=J[0xffffffcc][0xffffffa7][0x2]t[0xffffffa1][0xffffff91]>B[0x1f][0xffffff85][0x13][0x1][0xfffffff4][0xffffffd8][0xffffffeb][0xffffff80][0xfffffffb]SZ[0xffffffbf][0xffffffdf][0xffffffd6]z[0xffffff8d]m[0x11]&4[0xfffffffa]0[0x4]k[0xffffffbd][0xfffffff9]D[0xfffffff4][0xffffffb1][0xffffff94]u5[0xffffffda][0xffffffd6]%e*4[0xffffffdb][0xffffffc6]h><[0xffffffb4] [0xffffffc3][0xffffffc6][0xffffffa4][0x14]6[0xffffff89]>>[0xffffffa6][0x5][0xffffffdf][0xffffff90][0x17][0xffffffc7][0xffffffe8][0xffffffb4]a[0xffffffe1][0xfffffff0][0xffffffc3]C[0xffffffd5][0xffffffa7][0xffffff8c][0xffffffe3][0xffffffc6]1=rK~[0xffffff8f][0xffffffa4][0xffffffe5]p[0xffffffd2][\n]"
17:20:04.739 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[0x14][0xffffffd3][0xffffffca]1<[0xfffffff2][0xffffffa6]1}[0xffffffe6][0xffffffb6][0xffffffa4][0xffffffcf][0xffffffe0]n;[0x19]n2-[0xfffffff5][0xffffff93]YA[0xfffffffd][0xffffffd3][0xffffffc9]X[0xfffffffe]9n[0xffffffee][0xffffffb7][0xffffff99][0xffffffb9]`^[0xffffffeb][0x10][0x6][0xffffff8e][0xffffffd1][0xffffffed][0xffffffdd]G[0xffffffe8][0xb][0xffffffe5][0xfffffff4][0xffffffa5]a[0xffffffda]_=L[0xfffffffb][0xffffff87][0xffffffe9][0xffffffae][0xffffff9a][0x4][0xffffffdd][0xffffffeb][0xffffffc0]A[0x10]$,[0xffffff84][0xf][0xffffff87][0xffffffed]8-B[0xffffffe8][0x17]qx[0xffffffb6]I[0xfffffff7]L[0xffffffb8][0x0]Z[0x3][0xffffff89][0xffffffce][0xffffffc1]BZ[0x7][0x1f][0xffffffad]E[0x15][0x5][0xffffffb0][0xffffff91][0xffffffce]M[0xffffffa5][0xffffffd8]*[0xffffffcc][0xffffffa6]mt[0xffffffd0][0xffffffe4]fS[0xffffff8a][0xffffff9b]M[0x16]7[0x0][0xffffff9e]O[0xffffff95][0xfffffff5]=(0G[0x16][0xfffffff8][0xffffffef]C[0xffffffbb][0xffffffc3]9L[0xffffff87][0xfffffff7]b[0xffffffc6][0x8][0x1d];F[0xf]t[0xf][0xffffffd1]W[0xfffffffc]G[0xffffffe9]I[0xffffffe0][0x8]=5L[0xffffffdf]9[0xffffff98]*[0xffffff9b][0x1d][0xffffffa0][0xfffffff9][0xffffffe9][\n]"
17:20:04.739 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[0xffffff95][0xffffffce][0xffffff83]D[\r][0xffffff98]K[0xffffff8d][0xffffff98]O[0x1b]3*[0xffffffd4][0x5]6f[0xffffffa2][0xffffffef][0xffffffd2][0xffffffd3]v=[0xffffffba][0x14]d[0xffffffce]9[0xffffff87][0xffffffe8][0xffffff99]{S[0xffffffba]p[0xffffff99]1[0xffffffb6]-c[0xffffffaf][0xffffffd3][0xffffffae]n[0xffffffcd]j[0xffffff8b][0xffffffbe][0xffffff97]W[0xffffffdb]?[0xffffffa0][0x1f][0xffffffda]P[0x19][0x4][0xffffffab][0xffffff94][0xffffffaa]I[0xffffffd0]O[0x9][0xfffffffe]az.A[0xffffffbf][0x10]Pso[0xffffffaa][0x8][0xffffffb4][0xffffffcc]j;[0xffffff8a][0xffffffe9][0xffffffc2][0xfffffffc][0xffffffb5][0x17][0xfffffffd][0xffffff92]~e[0xffffffd5]^[0xfffffff4]k[0xfffffffa][\r][0xffffff84][0xffffff8c][0xffffffd2][0xffffff8f][0xffffffcf]=[0xffffff9f],[0xfffffffd][0xffffffe8]Gy[0xffffff89][0xfffffff9]m[0xffffffaa][0xffffffec][0xffffffaf]6k%[0xffffff80][0xe][0xffffffe6][0xfffffff0][0xffffffb7]3[0xffffff83]?[0x1a][0xffffffab]z/q[0xffffffe3][0xffffffab]x[0xffffffcc][0xffffffd6][0xffffffce][0xffffffc5][0xffffffb6]vV[0x1c]Cqw9[0xfffffffd][0xffffffde]6[0x1a][0x7f][0xffffff82][0xfffffffe][0xffffffc4][0xffffffc3][0xfffffff0][0xffffff8b][0xffffffc3][0xffffffb4][0xffffffbf][0xffffff9c][0xfffffffe]2L[0xfffffffb][0xfffffffd][0x9]z192Lw[0x1d][0xffffffa1][0xffffff97]r[0xffffff84][0xffffff8b]k2[0xffffff90][0xffffffaf][0xffffffa0][0xffffffbf][0xffffffd3]?8*[0xffffffde][0xffffffac][0xffffffbf][0xfffffffe][0xffffffa8]V[0xffffffe5]AUH[0xffffffc7][0xffffffe9][0xffffffdf]6[0xffffffaa][0xffffffb3][0xffffffcc][0x19][0xffffffd3][0x6]N[0xfffffff0][0xffffffbd][0xffffff94][0xffffffb1][0xffffffd7][0xffffff87]B[0xfffffffa]O[0xffffffca]:?m[0xffffffe6]" X&[0xffffff8c][0x8]t[0xffffff88]NXw[0xc][0xc][0x9][0xffffffce]!A[0x1c][0x11]&[0x1d][0xffffffa2]g[0xffffff8e][0x9][0xffffffc5][0xffffffdd][0xffffffce][0x7]p[0xffffffa0][0xffffffdb]1$[0xffffff94][0xffffffa5][0xfffffffb][0xffffff82]!z&[0xfffffffd]2"T[0x1c][0x15]f[0xffffff8d][0xffffffee][0x13]:F[0xffffff84]yG[0xffffff84][0xffffffca]C[0xffffffd8][0x7f]0E[0xffffffc8]"[0x14][0x1]X[0xffffff8c]B[0xfffffff8]Q[0xffffff82][0x1a][0xffffff9c][0xffffff85]e[0xffffffa8][0xffffffc2]Jl[0xffffffc6]*[0xffffffb4]b5[0xffffffba][0xffffffb1][0x1c]=X[0x6][0xffffff87][0xffffffb0][0x4][0xffffff80][0xffffffdf]L[0xffffff98][0x2][\n]"
17:20:04.739 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Q[0x8]7$Lr[0x15][0xffffffa1][0x18][0xffffffa5](C[0x11][0xffffffa6][0xffffffa0][0x2][0xffffffd3]@[0xffffff98][0xffffff81]Y8[0xb]3[0xffffff84][0xffffffa5]f[0xffffffe0]([0x10]j[0xffffffcd]4[0xffffffee][0xffffffc2]up[0xffffffe0]r\[0xffffff85][0xfffffff7][0xffffff98]O7[0xffffffe0][0xffffff93][0xfffffff8][0xffffff94][0xfffffffd][0xfffffff4][0x5][0xfffffffb][0xffffffe9]Q|[\r]O[0xfffffff2]'z[0xffffff84][0x1e][0xffffffa3]G[0xffffffac]1a[0xffffff86]0[0xfffffff3][\r][0xfffffffa]_[0xffffffc4]7[0xffffffaf]7[0xffffffaf]7[0xffffffaf]7[0xffffffaf]7[0xffffffaf][0xffffffff][0xffffffdd][0xfffffff5][0x7f][0x1][0x0][0x0][0xffffffff][0xffffffff]*$[0xffffffe5][0xffffffe6][0x0]@[0x0][0x0]"
17:20:04.743 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:04.743 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "0[\r][\n]"
17:20:04.743 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:04.743 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000000A: releasing valid endpoint
17:20:04.743 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000000A: releasing endpoint
17:20:04.743 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000000A: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:04.743 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000000A: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:04.745 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: 91c0294e43aa9c89f341e692727ee64445c0922bf7301d72d06e5878a9604fb0,true,true
17:20:04.745 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000000C: preparing request execution
17:20:04.746 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:04.746 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:04.746 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000000C: target auth state: UNCHALLENGED
17:20:04.746 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000000C: proxy auth state: UNCHALLENGED
17:20:04.746 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000000C: acquiring connection with route {}->npipe://localhost:2375
17:20:04.746 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000000C: acquiring endpoint (3 MINUTES)
17:20:04.746 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000000C: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:04.746 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000000C: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:04.746 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000000C: acquired ep-0000000B
17:20:04.746 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000000C: acquired endpoint ep-0000000B
17:20:04.747 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000000C: executing DELETE /v1.32/containers/91c0294e43aa9c89f341e692727ee64445c0922bf7301d72d06e5878a9604fb0?v=true&force=true HTTP/1.1
17:20:04.747 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000000B: start execution ex-0000000C
17:20:04.747 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000000B: executing exchange ex-0000000C over http-outgoing-1
17:20:04.747 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> DELETE /v1.32/containers/91c0294e43aa9c89f341e692727ee64445c0922bf7301d72d06e5878a9604fb0?v=true&force=true HTTP/1.1
17:20:04.747 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> accept: application/json
17:20:04.747 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:04.747 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:04.747 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:04.748 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:04.748 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:04.748 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "DELETE /v1.32/containers/91c0294e43aa9c89f341e692727ee64445c0922bf7301d72d06e5878a9604fb0?v=true&force=true HTTP/1.1[\r][\n]"
17:20:04.748 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "accept: application/json[\r][\n]"
17:20:04.748 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:04.748 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:04.748 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:04.748 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:04.748 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:04.748 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:04.779 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 204 No Content[\r][\n]"
17:20:04.780 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:04.780 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:04 GMT[\r][\n]"
17:20:04.780 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:04.780 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:04.780 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:04.780 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:04.780 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 204 No Content
17:20:04.780 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:04.780 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:04 GMT
17:20:04.780 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:04.780 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:04.780 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:04.780 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000000C: connection can be kept alive for 3 MINUTES
17:20:04.780 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000000B: releasing valid endpoint
17:20:04.780 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000000B: releasing endpoint
17:20:04.780 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000000B: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:04.780 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000000B: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:04.781 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: org.testcontainers.shaded.com.github.dockerjava.core.command.CreateContainerCmdImpl@1d540566[aliases=<null>,argsEscaped=<null>,attachStderr=<null>,attachStdin=<null>,attachStdout=<null>,authConfig=<null>,cmd={up,-d,--build},domainName=<null>,entrypoint=<null>,env={DOCKER_HOST=unix:///docker.sock,COMPOSE_PROJECT_NAME=z6g93qfd8y2a,COMPOSE_FILE=/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml},exposedPorts=ExposedPorts(exposedPorts=[]),healthcheck=<null>,hostConfig=HostConfig(binds=[C:\Workspace\egyetem\mesteri\enterprisemodszerek\bibliospring-gradle\src\test\resources:/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources:rw, //var/run/docker.sock:/docker.sock:rw], blkioWeight=null, blkioWeightDevice=null, blkioDeviceReadBps=null, blkioDeviceWriteBps=null, blkioDeviceReadIOps=null, blkioDeviceWriteIOps=null, memorySwappiness=null, nanoCPUs=null, capAdd=null, capDrop=null, containerIDFile=null, cpuPeriod=null, cpuRealtimePeriod=null, cpuRealtimeRuntime=null, cpuShares=null, cpuQuota=null, cpusetCpus=null, cpusetMems=null, devices=null, deviceCgroupRules=null, deviceRequests=null, diskQuota=null, dns=null, dnsOptions=null, dnsSearch=null, extraHosts=[], groupAdd=null, ipcMode=null, cgroup=null, links=[], logConfig=LogConfig(type=null, config=null), lxcConf=null, memory=null, memorySwap=null, memoryReservation=null, kernelMemory=null, networkMode=null, oomKillDisable=null, init=null, autoRemove=null, oomScoreAdj=null, portBindings={}, privileged=null, publishAllPorts=null, readonlyRootfs=null, restartPolicy=null, ulimits=null, cpuCount=null, cpuPercent=null, ioMaximumIOps=null, ioMaximumBandwidth=null, volumesFrom=[], mounts=null, pidMode=null, isolation=null, securityOpts=null, storageOpt=null, cgroupParent=null, volumeDriver=null, shmSize=null, pidsLimit=null, runtime=null, tmpFs=null, utSMode=null, usernsMode=null, sysctls=null, consoleSize=null, cgroupnsMode=null),hostName=<null>,image=docker/compose:1.29.2,ipv4Address=<null>,ipv6Address=<null>,labels={org.testcontainers=true, org.testcontainers.lang=java, org.testcontainers.version=1.17.6, org.testcontainers.sessionId=fabc2d94-4b6e-43ec-8e96-eae5f870aeb5},macAddress=<null>,name=<null>,networkDisabled=<null>,networkingConfig=<null>,onBuild=<null>,platform=<null>,portSpecs=<null>,shell=<null>,stdInOnce=<null>,stdinOpen=<null>,stopSignal=<null>,stopTimeout=<null>,tty=<null>,user=<null>,volumes=Volumes(volumes=[]),workingDir=/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources]
17:20:04.784 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000000D: preparing request execution
17:20:04.784 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:04.784 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:04.784 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000000D: target auth state: UNCHALLENGED
17:20:04.784 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000000D: proxy auth state: UNCHALLENGED
17:20:04.784 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000000D: acquiring connection with route {}->npipe://localhost:2375
17:20:04.784 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000000D: acquiring endpoint (3 MINUTES)
17:20:04.784 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000000D: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:04.785 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000000D: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:04.785 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000000D: acquired ep-0000000C
17:20:04.785 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000000D: acquired endpoint ep-0000000C
17:20:04.785 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000000D: executing POST /v1.32/containers/create HTTP/1.1
17:20:04.785 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000000C: start execution ex-0000000D
17:20:04.785 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000000C: executing exchange ex-0000000D over http-outgoing-1
17:20:04.785 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> POST /v1.32/containers/create HTTP/1.1
17:20:04.785 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> accept: application/json
17:20:04.785 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> content-type: application/json
17:20:04.785 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:04.785 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:04.785 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Content-Length: 2444
17:20:04.785 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:04.785 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:04.785 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:04.785 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "POST /v1.32/containers/create HTTP/1.1[\r][\n]"
17:20:04.785 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "accept: application/json[\r][\n]"
17:20:04.785 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "content-type: application/json[\r][\n]"
17:20:04.785 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:04.785 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:04.785 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Content-Length: 2444[\r][\n]"
17:20:04.785 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:04.785 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:04.785 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:04.785 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:04.785 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "{"Hostname":null,"Domainname":null,"User":null,"AttachStdin":null,"AttachStdout":null,"AttachStderr":null,"PortSpecs":null,"Tty":null,"OpenStdin":null,"StdinOnce":null,"Env":["DOCKER_HOST=unix:///docker.sock","COMPOSE_PROJECT_NAME=z6g93qfd8y2a","COMPOSE_FILE=/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml"],"Cmd":["up","-d","--build"],"Healthcheck":null,"ArgsEscaped":null,"Entrypoint":null,"Image":"docker/compose:1.29.2","Volumes":{},"WorkingDir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","MacAddress":null,"OnBuild":null,"NetworkDisabled":null,"ExposedPorts":{},"StopSignal":null,"StopTimeout":null,"HostConfig":{"Binds":["C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources:/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources:rw","//var/run/docker.sock:/docker.sock:rw"],"BlkioWeight":null,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"MemorySwappiness":null,"NanoCpus":null,"CapAdd":null,"CapDrop":null,"ContainerIDFile":null,"CpuPeriod":null,"CpuRealtimePeriod":null,"CpuRealtimeRuntime":null,"CpuShares":null,"CpuQuota":null,"CpusetCpus":null,"CpusetMems":null,"Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"DiskQuota":null,"Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":null,"Cgroup":null,"Links":[],"LogConfig":null,"LxcConf":null,"Memory":null,"MemorySwap":null,"MemoryReservation":null,"KernelMemory":null,"NetworkMode":null,"OomKillDisable":null,"Init":null,"AutoRemove":null,"OomScoreAdj":null,"PortBindings":{},"Privileged":null,"PublishAllPorts":null,"ReadonlyRootfs":null,"RestartPolicy":null,"Ulimits":null,"CpuCount":null,"CpuPercent":null,"IOMaximumIOps":null,"IOMaximumBandwidth":null,"VolumesFrom":[],"Mounts":null,"PidMode":null,"Isolation":null,"SecurityOpt":null,"StorageOpt":null,"CgroupParent":null,"VolumeDriver":null,"ShmSize":null,"PidsLimit":null,"Runtime":null,"Tmpfs":null,"UTSMode":null,"UsernsMode":null,"Sysctls":null,"ConsoleSize":null,"CgroupnsMode":null},"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.version":"1.17.6","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5"},"Shell":null,"NetworkingConfig":null}"
17:20:04.908 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 201 Created[\r][\n]"
17:20:04.908 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:04.908 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Content-Type: application/json[\r][\n]"
17:20:04.908 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:04 GMT[\r][\n]"
17:20:04.908 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:04.908 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:04.908 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:04.908 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]"
17:20:04.908 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:04.908 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 201 Created
17:20:04.908 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:04.908 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Content-Type: application/json
17:20:04.908 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:04 GMT
17:20:04.908 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:04.908 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:04.909 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:04.909 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Transfer-Encoding: chunked
17:20:04.909 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000000D: connection can be kept alive for 3 MINUTES
17:20:04.910 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "58[\r][\n]"
17:20:04.910 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "{"Id":"e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f","Warnings":[]}[\n]"
17:20:04.910 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:04.910 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "0[\r][\n]"
17:20:04.910 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:04.910 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000000C: releasing valid endpoint
17:20:04.910 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000000C: releasing endpoint
17:20:04.911 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000000C: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:04.911 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000000C: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:04.911 [Test worker] INFO  🐳 [docker/compose:1.29.2] - Container docker/compose:1.29.2 is starting: e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f
17:20:04.911 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f
17:20:04.912 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000000E: preparing request execution
17:20:04.912 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:04.912 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:04.912 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000000E: target auth state: UNCHALLENGED
17:20:04.912 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000000E: proxy auth state: UNCHALLENGED
17:20:04.912 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000000E: acquiring connection with route {}->npipe://localhost:2375
17:20:04.912 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000000E: acquiring endpoint (3 MINUTES)
17:20:04.912 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000000E: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:04.912 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000000E: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:04.912 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000000E: acquired ep-0000000D
17:20:04.912 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000000E: acquired endpoint ep-0000000D
17:20:04.912 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000000E: executing POST /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/start HTTP/1.1
17:20:04.912 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000000D: start execution ex-0000000E
17:20:04.912 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000000D: executing exchange ex-0000000E over http-outgoing-1
17:20:04.912 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> POST /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/start HTTP/1.1
17:20:04.912 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> accept: application/json
17:20:04.913 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> content-type: application/json
17:20:04.913 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:04.913 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:04.913 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:04.913 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:04.913 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:04.914 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "POST /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/start HTTP/1.1[\r][\n]"
17:20:04.914 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "accept: application/json[\r][\n]"
17:20:04.914 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "content-type: application/json[\r][\n]"
17:20:04.914 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:04.914 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:04.914 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:04.914 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:04.914 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:04.914 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:05.878 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 204 No Content[\r][\n]"
17:20:05.878 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:05.878 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:05 GMT[\r][\n]"
17:20:05.878 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:05.878 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:05.879 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:05.879 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:05.879 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 204 No Content
17:20:05.880 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:05.880 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:05 GMT
17:20:05.880 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:05.880 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:05.881 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:05.881 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000000E: connection can be kept alive for 3 MINUTES
17:20:05.881 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000000D: releasing valid endpoint
17:20:05.882 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000000D: releasing endpoint
17:20:05.882 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000000D: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:05.882 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000000D: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:05.882 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f,false
17:20:05.883 [Test worker] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json], queryParams={}}
17:20:05.883 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000000F: preparing request execution
17:20:05.883 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:05.883 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:05.884 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000000F: target auth state: UNCHALLENGED
17:20:05.884 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000000F: proxy auth state: UNCHALLENGED
17:20:05.884 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000000F: acquiring connection with route {}->npipe://localhost:2375
17:20:05.884 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000000F: acquiring endpoint (3 MINUTES)
17:20:05.884 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000000F: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:05.884 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000000F: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:05.884 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000000F: acquired ep-0000000E
17:20:05.884 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000000F: acquired endpoint ep-0000000E
17:20:05.884 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000000F: executing GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:05.884 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000000E: start execution ex-0000000F
17:20:05.884 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000000E: executing exchange ex-0000000F over http-outgoing-1
17:20:05.884 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:05.884 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> accept: application/json
17:20:05.884 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:05.884 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:05.884 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:05.884 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:05.884 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:05.884 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1[\r][\n]"
17:20:05.884 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "accept: application/json[\r][\n]"
17:20:05.884 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:05.884 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:05.884 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:05.884 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:05.884 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:05.884 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:05.892 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]"
17:20:05.892 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:05.892 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Content-Type: application/json[\r][\n]"
17:20:05.892 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:05 GMT[\r][\n]"
17:20:05.892 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:05.892 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:05.892 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:05.892 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]"
17:20:05.892 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:05.892 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 200 OK
17:20:05.892 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:05.892 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Content-Type: application/json
17:20:05.892 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:05 GMT
17:20:05.892 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:05.892 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:05.892 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:05.892 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Transfer-Encoding: chunked
17:20:05.892 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000000F: connection can be kept alive for 3 MINUTES
17:20:05.906 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "1783[\r][\n]"
17:20:05.906 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "{"Id":"e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f","Created":"2023-05-04T14:20:04.819896357Z","Path":"sh","Args":["/usr/local/bin/docker-compose-entrypoint.sh","up","-d","--build"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3187,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:05.866207615Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:32d8a4638cd83922fdd94cadf4f1850b595d29757488c73adf05f4b99ebd1318","ResolvConfPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/resolv.conf","HostnamePath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hostname","HostsPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hosts","LogPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f-json.log","Name":"/nostalgic_davinci","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":["C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources:/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources:rw","//var/run/docker.sock:/docker.sock:rw"],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6-init/diff:/var/lib/docker/overlay2/c8b9b56dbd5322ced11575437322ef07602813971bb9407b67d4e5475935e6c0/diff:/var/lib/docker/overlay2/297b2fd3f3a8a0808dca49cbecfce7af84dfa486dc9efb19a48f437172f81266/diff:/var/lib/docker/overlay2/72eb8b9cb4d5449e056864f2edf9e27575b572a99ea6b374272bb10770e2136f/diff:/var/lib/docker/overlay2/f75848d283d1e56d0c8654f73f44c20d2fdb5f39a501cda15c22de4c1f82408e/diff","MergedDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/merged","UpperDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/diff","WorkDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/work"},"Name":"overlay2"},"Mounts":[{"Type":"bind","Source":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources","Destination":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Mode":"rw","RW":true,"Propagation":"rprivate"},{"Type":"bind","Source":"//var/r"
17:20:05.907 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "un/docker.sock","Destination":"/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}],"Config":{"Hostname":"e572c5649334","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["DOCKER_HOST=unix:///docker.sock","COMPOSE_PROJECT_NAME=z6g93qfd8y2a","COMPOSE_FILE=/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["up","-d","--build"],"Image":"docker/compose:1.29.2","Volumes":null,"WorkingDir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Entrypoint":["sh","/usr/local/bin/docker-compose-entrypoint.sh"],"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","org.testcontainers.version":"1.17.6"}},"NetworkSettings":{"Bridge":"","SandboxID":"b29bd2da58f0c7785fac5d4c416336dba0d25bfc4926d727b20df8d179df482c","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{},"SandboxKey":"/var/run/docker/netns/b29bd2da58f0","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:03","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:03","DriverOpts":null}}}}[\n]"
17:20:05.909 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:05.909 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "0[\r][\n]"
17:20:05.909 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:05.910 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000000E: releasing valid endpoint
17:20:05.910 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000000E: releasing endpoint
17:20:05.910 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000000E: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:05.910 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000000E: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:05.910 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f,false
17:20:05.911 [Test worker] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json], queryParams={}}
17:20:05.911 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000010: preparing request execution
17:20:05.912 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:05.912 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:05.912 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000010: target auth state: UNCHALLENGED
17:20:05.912 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000010: proxy auth state: UNCHALLENGED
17:20:05.912 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000010: acquiring connection with route {}->npipe://localhost:2375
17:20:05.912 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000010: acquiring endpoint (3 MINUTES)
17:20:05.912 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000010: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:05.912 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000010: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:05.913 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000010: acquired ep-0000000F
17:20:05.913 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000010: acquired endpoint ep-0000000F
17:20:05.913 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000010: executing GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:05.913 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000000F: start execution ex-00000010
17:20:05.913 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000000F: executing exchange ex-00000010 over http-outgoing-1
17:20:05.913 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:05.913 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> accept: application/json
17:20:05.913 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:05.913 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:05.914 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:05.914 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:05.914 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:05.914 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1[\r][\n]"
17:20:05.914 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "accept: application/json[\r][\n]"
17:20:05.914 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:05.914 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:05.914 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:05.914 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:05.914 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:05.914 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:05.921 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]"
17:20:05.921 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:05.921 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Content-Type: application/json[\r][\n]"
17:20:05.921 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:05 GMT[\r][\n]"
17:20:05.921 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:05.921 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:05.921 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:05.921 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]"
17:20:05.921 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:05.921 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 200 OK
17:20:05.921 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:05.921 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Content-Type: application/json
17:20:05.922 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:05 GMT
17:20:05.922 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:05.922 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:05.922 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:05.922 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Transfer-Encoding: chunked
17:20:05.923 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000010: connection can be kept alive for 3 MINUTES
17:20:05.926 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "1783[\r][\n]"
17:20:05.926 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "{"Id":"e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f","Created":"2023-05-04T14:20:04.819896357Z","Path":"sh","Args":["/usr/local/bin/docker-compose-entrypoint.sh","up","-d","--build"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3187,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:05.866207615Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:32d8a4638cd83922fdd94cadf4f1850b595d29757488c73adf05f4b99ebd1318","ResolvConfPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/resolv.conf","HostnamePath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hostname","HostsPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hosts","LogPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f-json.log","Name":"/nostalgic_davinci","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":["C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources:/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources:rw","//var/run/docker.sock:/docker.sock:rw"],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6-init/diff:/var/lib/docker/overlay2/c8b9b56dbd5322ced11575437322ef07602813971bb9407b67d4e5475935e6c0/diff:/var/lib/docker/overlay2/297b2fd3f3a8a0808dca49cbecfce7af84dfa486dc9efb19a48f437172f81266/diff:/var/lib/docker/overlay2/72eb8b9cb4d5449e056864f2edf9e27575b572a99ea6b374272bb10770e2136f/diff:/var/lib/docker/overlay2/f75848d283d1e56d0c8654f73f44c20d2fdb5f39a501cda15c22de4c1f82408e/diff","MergedDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/merged","UpperDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/diff","WorkDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/work"},"Name":"overlay2"},"Mounts":[{"Type":"bind","Source":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources","Destination":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Mode":"rw","RW":true,"Propagation":"rprivate"},{"Type":"bind","Source":"//var/r"
17:20:05.927 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "un/docker.sock","Destination":"/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}],"Config":{"Hostname":"e572c5649334","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["DOCKER_HOST=unix:///docker.sock","COMPOSE_PROJECT_NAME=z6g93qfd8y2a","COMPOSE_FILE=/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["up","-d","--build"],"Image":"docker/compose:1.29.2","Volumes":null,"WorkingDir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Entrypoint":["sh","/usr/local/bin/docker-compose-entrypoint.sh"],"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","org.testcontainers.version":"1.17.6"}},"NetworkSettings":{"Bridge":"","SandboxID":"b29bd2da58f0c7785fac5d4c416336dba0d25bfc4926d727b20df8d179df482c","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{},"SandboxKey":"/var/run/docker/netns/b29bd2da58f0","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:03","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:03","DriverOpts":null}}}}[\n]"
17:20:05.930 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:05.930 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "0[\r][\n]"
17:20:05.930 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:05.930 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000000F: releasing valid endpoint
17:20:05.930 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000000F: releasing endpoint
17:20:05.930 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000000F: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:05.930 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000000F: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:06.040 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f,false
17:20:06.041 [Test worker] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json], queryParams={}}
17:20:06.042 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000011: preparing request execution
17:20:06.043 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:06.043 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:06.043 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000011: target auth state: UNCHALLENGED
17:20:06.043 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000011: proxy auth state: UNCHALLENGED
17:20:06.043 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000011: acquiring connection with route {}->npipe://localhost:2375
17:20:06.043 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000011: acquiring endpoint (3 MINUTES)
17:20:06.043 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000011: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:06.043 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000011: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:06.044 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000011: acquired ep-00000010
17:20:06.044 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000011: acquired endpoint ep-00000010
17:20:06.044 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000011: executing GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:06.044 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000010: start execution ex-00000011
17:20:06.044 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000010: executing exchange ex-00000011 over http-outgoing-1
17:20:06.044 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:06.044 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> accept: application/json
17:20:06.044 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:06.044 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:06.044 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:06.045 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:06.045 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:06.045 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1[\r][\n]"
17:20:06.045 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "accept: application/json[\r][\n]"
17:20:06.045 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:06.045 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:06.045 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:06.045 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:06.045 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:06.045 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:06.050 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]"
17:20:06.050 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:06.051 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Content-Type: application/json[\r][\n]"
17:20:06.051 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:06 GMT[\r][\n]"
17:20:06.051 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:06.051 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:06.051 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:06.051 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]"
17:20:06.051 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:06.053 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 200 OK
17:20:06.053 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:06.053 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Content-Type: application/json
17:20:06.053 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:06 GMT
17:20:06.053 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:06.053 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:06.053 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:06.053 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Transfer-Encoding: chunked
17:20:06.054 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000011: connection can be kept alive for 3 MINUTES
17:20:06.064 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "1783[\r][\n]"
17:20:06.064 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "{"Id":"e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f","Created":"2023-05-04T14:20:04.819896357Z","Path":"sh","Args":["/usr/local/bin/docker-compose-entrypoint.sh","up","-d","--build"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3187,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:05.866207615Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:32d8a4638cd83922fdd94cadf4f1850b595d29757488c73adf05f4b99ebd1318","ResolvConfPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/resolv.conf","HostnamePath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hostname","HostsPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hosts","LogPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f-json.log","Name":"/nostalgic_davinci","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":["C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources:/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources:rw","//var/run/docker.sock:/docker.sock:rw"],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6-init/diff:/var/lib/docker/overlay2/c8b9b56dbd5322ced11575437322ef07602813971bb9407b67d4e5475935e6c0/diff:/var/lib/docker/overlay2/297b2fd3f3a8a0808dca49cbecfce7af84dfa486dc9efb19a48f437172f81266/diff:/var/lib/docker/overlay2/72eb8b9cb4d5449e056864f2edf9e27575b572a99ea6b374272bb10770e2136f/diff:/var/lib/docker/overlay2/f75848d283d1e56d0c8654f73f44c20d2fdb5f39a501cda15c22de4c1f82408e/diff","MergedDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/merged","UpperDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/diff","WorkDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/work"},"Name":"overlay2"},"Mounts":[{"Type":"bind","Source":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources","Destination":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Mode":"rw","RW":true,"Propagation":"rprivate"},{"Type":"bind","Source":"//var/r"
17:20:06.065 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "un/docker.sock","Destination":"/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}],"Config":{"Hostname":"e572c5649334","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["DOCKER_HOST=unix:///docker.sock","COMPOSE_PROJECT_NAME=z6g93qfd8y2a","COMPOSE_FILE=/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["up","-d","--build"],"Image":"docker/compose:1.29.2","Volumes":null,"WorkingDir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Entrypoint":["sh","/usr/local/bin/docker-compose-entrypoint.sh"],"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","org.testcontainers.version":"1.17.6"}},"NetworkSettings":{"Bridge":"","SandboxID":"b29bd2da58f0c7785fac5d4c416336dba0d25bfc4926d727b20df8d179df482c","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{},"SandboxKey":"/var/run/docker/netns/b29bd2da58f0","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:03","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:03","DriverOpts":null}}}}[\n]"
17:20:06.068 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:06.068 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "0[\r][\n]"
17:20:06.068 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:06.068 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000010: releasing valid endpoint
17:20:06.068 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000010: releasing endpoint
17:20:06.069 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000010: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:06.069 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000010: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:06.178 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f,false
17:20:06.178 [Test worker] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json], queryParams={}}
17:20:06.179 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000012: preparing request execution
17:20:06.179 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:06.179 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:06.179 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000012: target auth state: UNCHALLENGED
17:20:06.179 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000012: proxy auth state: UNCHALLENGED
17:20:06.179 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000012: acquiring connection with route {}->npipe://localhost:2375
17:20:06.179 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000012: acquiring endpoint (3 MINUTES)
17:20:06.179 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000012: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:06.179 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000012: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:06.179 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000012: acquired ep-00000011
17:20:06.179 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000012: acquired endpoint ep-00000011
17:20:06.179 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000012: executing GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:06.180 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000011: start execution ex-00000012
17:20:06.180 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000011: executing exchange ex-00000012 over http-outgoing-1
17:20:06.180 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:06.180 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> accept: application/json
17:20:06.180 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:06.180 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:06.180 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:06.180 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:06.180 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:06.180 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1[\r][\n]"
17:20:06.180 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "accept: application/json[\r][\n]"
17:20:06.180 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:06.180 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:06.180 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:06.180 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:06.180 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:06.180 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:06.188 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]"
17:20:06.188 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:06.188 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Content-Type: application/json[\r][\n]"
17:20:06.188 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:06 GMT[\r][\n]"
17:20:06.188 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:06.188 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:06.188 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:06.188 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]"
17:20:06.188 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:06.188 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 200 OK
17:20:06.188 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:06.188 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Content-Type: application/json
17:20:06.188 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:06 GMT
17:20:06.188 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:06.188 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:06.188 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:06.188 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Transfer-Encoding: chunked
17:20:06.188 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000012: connection can be kept alive for 3 MINUTES
17:20:06.194 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "1783[\r][\n]"
17:20:06.195 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "{"Id":"e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f","Created":"2023-05-04T14:20:04.819896357Z","Path":"sh","Args":["/usr/local/bin/docker-compose-entrypoint.sh","up","-d","--build"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3187,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:05.866207615Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:32d8a4638cd83922fdd94cadf4f1850b595d29757488c73adf05f4b99ebd1318","ResolvConfPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/resolv.conf","HostnamePath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hostname","HostsPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hosts","LogPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f-json.log","Name":"/nostalgic_davinci","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":["C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources:/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources:rw","//var/run/docker.sock:/docker.sock:rw"],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6-init/diff:/var/lib/docker/overlay2/c8b9b56dbd5322ced11575437322ef07602813971bb9407b67d4e5475935e6c0/diff:/var/lib/docker/overlay2/297b2fd3f3a8a0808dca49cbecfce7af84dfa486dc9efb19a48f437172f81266/diff:/var/lib/docker/overlay2/72eb8b9cb4d5449e056864f2edf9e27575b572a99ea6b374272bb10770e2136f/diff:/var/lib/docker/overlay2/f75848d283d1e56d0c8654f73f44c20d2fdb5f39a501cda15c22de4c1f82408e/diff","MergedDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/merged","UpperDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/diff","WorkDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/work"},"Name":"overlay2"},"Mounts":[{"Type":"bind","Source":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources","Destination":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Mode":"rw","RW":true,"Propagation":"rprivate"},{"Type":"bind","Source":"//var/r"
17:20:06.198 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "un/docker.sock","Destination":"/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}],"Config":{"Hostname":"e572c5649334","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["DOCKER_HOST=unix:///docker.sock","COMPOSE_PROJECT_NAME=z6g93qfd8y2a","COMPOSE_FILE=/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["up","-d","--build"],"Image":"docker/compose:1.29.2","Volumes":null,"WorkingDir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Entrypoint":["sh","/usr/local/bin/docker-compose-entrypoint.sh"],"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","org.testcontainers.version":"1.17.6"}},"NetworkSettings":{"Bridge":"","SandboxID":"b29bd2da58f0c7785fac5d4c416336dba0d25bfc4926d727b20df8d179df482c","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{},"SandboxKey":"/var/run/docker/netns/b29bd2da58f0","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:03","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:03","DriverOpts":null}}}}[\n]"
17:20:06.201 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:06.202 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "0[\r][\n]"
17:20:06.202 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:06.202 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000011: releasing valid endpoint
17:20:06.202 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000011: releasing endpoint
17:20:06.202 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000011: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:06.202 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000011: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:06.317 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f,false
17:20:06.318 [Test worker] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json], queryParams={}}
17:20:06.318 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000013: preparing request execution
17:20:06.319 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:06.319 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:06.319 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000013: target auth state: UNCHALLENGED
17:20:06.319 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000013: proxy auth state: UNCHALLENGED
17:20:06.319 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000013: acquiring connection with route {}->npipe://localhost:2375
17:20:06.319 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000013: acquiring endpoint (3 MINUTES)
17:20:06.319 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000013: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:06.319 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000013: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:06.319 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000013: acquired ep-00000012
17:20:06.319 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000013: acquired endpoint ep-00000012
17:20:06.319 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000013: executing GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:06.319 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000012: start execution ex-00000013
17:20:06.319 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000012: executing exchange ex-00000013 over http-outgoing-1
17:20:06.319 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:06.319 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> accept: application/json
17:20:06.319 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:06.319 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:06.319 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:06.319 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:06.320 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:06.320 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1[\r][\n]"
17:20:06.320 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "accept: application/json[\r][\n]"
17:20:06.320 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:06.320 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:06.320 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:06.320 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:06.320 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:06.320 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:06.327 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]"
17:20:06.327 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:06.327 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Content-Type: application/json[\r][\n]"
17:20:06.327 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:06 GMT[\r][\n]"
17:20:06.327 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:06.327 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:06.327 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:06.327 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]"
17:20:06.327 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:06.328 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 200 OK
17:20:06.328 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:06.328 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Content-Type: application/json
17:20:06.328 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:06 GMT
17:20:06.328 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:06.328 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:06.328 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:06.328 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Transfer-Encoding: chunked
17:20:06.328 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000013: connection can be kept alive for 3 MINUTES
17:20:06.332 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "1783[\r][\n]"
17:20:06.333 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "{"Id":"e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f","Created":"2023-05-04T14:20:04.819896357Z","Path":"sh","Args":["/usr/local/bin/docker-compose-entrypoint.sh","up","-d","--build"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3187,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:05.866207615Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:32d8a4638cd83922fdd94cadf4f1850b595d29757488c73adf05f4b99ebd1318","ResolvConfPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/resolv.conf","HostnamePath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hostname","HostsPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hosts","LogPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f-json.log","Name":"/nostalgic_davinci","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":["C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources:/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources:rw","//var/run/docker.sock:/docker.sock:rw"],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6-init/diff:/var/lib/docker/overlay2/c8b9b56dbd5322ced11575437322ef07602813971bb9407b67d4e5475935e6c0/diff:/var/lib/docker/overlay2/297b2fd3f3a8a0808dca49cbecfce7af84dfa486dc9efb19a48f437172f81266/diff:/var/lib/docker/overlay2/72eb8b9cb4d5449e056864f2edf9e27575b572a99ea6b374272bb10770e2136f/diff:/var/lib/docker/overlay2/f75848d283d1e56d0c8654f73f44c20d2fdb5f39a501cda15c22de4c1f82408e/diff","MergedDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/merged","UpperDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/diff","WorkDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/work"},"Name":"overlay2"},"Mounts":[{"Type":"bind","Source":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources","Destination":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Mode":"rw","RW":true,"Propagation":"rprivate"},{"Type":"bind","Source":"//var/r"
17:20:06.335 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "un/docker.sock","Destination":"/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}],"Config":{"Hostname":"e572c5649334","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["DOCKER_HOST=unix:///docker.sock","COMPOSE_PROJECT_NAME=z6g93qfd8y2a","COMPOSE_FILE=/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["up","-d","--build"],"Image":"docker/compose:1.29.2","Volumes":null,"WorkingDir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Entrypoint":["sh","/usr/local/bin/docker-compose-entrypoint.sh"],"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","org.testcontainers.version":"1.17.6"}},"NetworkSettings":{"Bridge":"","SandboxID":"b29bd2da58f0c7785fac5d4c416336dba0d25bfc4926d727b20df8d179df482c","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{},"SandboxKey":"/var/run/docker/netns/b29bd2da58f0","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:03","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:03","DriverOpts":null}}}}[\n]"
17:20:06.337 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:06.337 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "0[\r][\n]"
17:20:06.337 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:06.337 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000012: releasing valid endpoint
17:20:06.337 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000012: releasing endpoint
17:20:06.338 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000012: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:06.338 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000012: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:06.441 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f,false
17:20:06.443 [Test worker] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json], queryParams={}}
17:20:06.444 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000014: preparing request execution
17:20:06.444 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:06.444 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:06.444 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000014: target auth state: UNCHALLENGED
17:20:06.444 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000014: proxy auth state: UNCHALLENGED
17:20:06.446 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000014: acquiring connection with route {}->npipe://localhost:2375
17:20:06.446 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000014: acquiring endpoint (3 MINUTES)
17:20:06.446 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000014: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:06.448 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000014: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:06.449 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000014: acquired ep-00000013
17:20:06.449 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000014: acquired endpoint ep-00000013
17:20:06.449 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000014: executing GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:06.449 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000013: start execution ex-00000014
17:20:06.449 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000013: executing exchange ex-00000014 over http-outgoing-1
17:20:06.450 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:06.450 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> accept: application/json
17:20:06.450 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:06.450 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:06.450 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:06.450 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:06.450 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:06.450 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1[\r][\n]"
17:20:06.450 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "accept: application/json[\r][\n]"
17:20:06.450 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:06.451 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:06.451 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:06.451 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:06.451 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:06.451 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:06.456 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]"
17:20:06.456 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:06.456 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Content-Type: application/json[\r][\n]"
17:20:06.456 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:06 GMT[\r][\n]"
17:20:06.456 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:06.456 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:06.456 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:06.456 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]"
17:20:06.456 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:06.456 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 200 OK
17:20:06.456 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:06.456 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Content-Type: application/json
17:20:06.456 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:06 GMT
17:20:06.456 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:06.456 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:06.456 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:06.456 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Transfer-Encoding: chunked
17:20:06.456 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000014: connection can be kept alive for 3 MINUTES
17:20:06.464 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "1783[\r][\n]"
17:20:06.465 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "{"Id":"e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f","Created":"2023-05-04T14:20:04.819896357Z","Path":"sh","Args":["/usr/local/bin/docker-compose-entrypoint.sh","up","-d","--build"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3187,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:05.866207615Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:32d8a4638cd83922fdd94cadf4f1850b595d29757488c73adf05f4b99ebd1318","ResolvConfPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/resolv.conf","HostnamePath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hostname","HostsPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hosts","LogPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f-json.log","Name":"/nostalgic_davinci","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":["C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources:/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources:rw","//var/run/docker.sock:/docker.sock:rw"],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6-init/diff:/var/lib/docker/overlay2/c8b9b56dbd5322ced11575437322ef07602813971bb9407b67d4e5475935e6c0/diff:/var/lib/docker/overlay2/297b2fd3f3a8a0808dca49cbecfce7af84dfa486dc9efb19a48f437172f81266/diff:/var/lib/docker/overlay2/72eb8b9cb4d5449e056864f2edf9e27575b572a99ea6b374272bb10770e2136f/diff:/var/lib/docker/overlay2/f75848d283d1e56d0c8654f73f44c20d2fdb5f39a501cda15c22de4c1f82408e/diff","MergedDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/merged","UpperDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/diff","WorkDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/work"},"Name":"overlay2"},"Mounts":[{"Type":"bind","Source":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources","Destination":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Mode":"rw","RW":true,"Propagation":"rprivate"},{"Type":"bind","Source":"//var/r"
17:20:06.465 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "un/docker.sock","Destination":"/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}],"Config":{"Hostname":"e572c5649334","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["DOCKER_HOST=unix:///docker.sock","COMPOSE_PROJECT_NAME=z6g93qfd8y2a","COMPOSE_FILE=/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["up","-d","--build"],"Image":"docker/compose:1.29.2","Volumes":null,"WorkingDir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Entrypoint":["sh","/usr/local/bin/docker-compose-entrypoint.sh"],"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","org.testcontainers.version":"1.17.6"}},"NetworkSettings":{"Bridge":"","SandboxID":"b29bd2da58f0c7785fac5d4c416336dba0d25bfc4926d727b20df8d179df482c","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{},"SandboxKey":"/var/run/docker/netns/b29bd2da58f0","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:03","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:03","DriverOpts":null}}}}[\n]"
17:20:06.467 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:06.467 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "0[\r][\n]"
17:20:06.467 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:06.468 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000013: releasing valid endpoint
17:20:06.468 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000013: releasing endpoint
17:20:06.469 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000013: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:06.469 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000013: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:06.581 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f,false
17:20:06.581 [Test worker] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json], queryParams={}}
17:20:06.582 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000015: preparing request execution
17:20:06.582 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:06.582 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:06.582 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000015: target auth state: UNCHALLENGED
17:20:06.582 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000015: proxy auth state: UNCHALLENGED
17:20:06.582 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000015: acquiring connection with route {}->npipe://localhost:2375
17:20:06.582 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000015: acquiring endpoint (3 MINUTES)
17:20:06.582 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000015: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:06.582 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000015: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:06.582 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000015: acquired ep-00000014
17:20:06.583 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000015: acquired endpoint ep-00000014
17:20:06.583 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000015: executing GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:06.583 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000014: start execution ex-00000015
17:20:06.583 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000014: executing exchange ex-00000015 over http-outgoing-1
17:20:06.583 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:06.584 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> accept: application/json
17:20:06.584 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:06.586 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:06.586 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:06.586 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:06.586 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:06.586 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1[\r][\n]"
17:20:06.586 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "accept: application/json[\r][\n]"
17:20:06.586 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:06.586 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:06.586 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:06.587 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:06.587 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:06.587 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:06.592 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]"
17:20:06.592 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:06.592 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Content-Type: application/json[\r][\n]"
17:20:06.592 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:06 GMT[\r][\n]"
17:20:06.592 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:06.592 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:06.592 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:06.592 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]"
17:20:06.592 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:06.592 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 200 OK
17:20:06.592 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:06.592 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Content-Type: application/json
17:20:06.592 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:06 GMT
17:20:06.592 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:06.592 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:06.592 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:06.592 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Transfer-Encoding: chunked
17:20:06.592 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000015: connection can be kept alive for 3 MINUTES
17:20:06.597 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "1783[\r][\n]"
17:20:06.597 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "{"Id":"e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f","Created":"2023-05-04T14:20:04.819896357Z","Path":"sh","Args":["/usr/local/bin/docker-compose-entrypoint.sh","up","-d","--build"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3187,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:05.866207615Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:32d8a4638cd83922fdd94cadf4f1850b595d29757488c73adf05f4b99ebd1318","ResolvConfPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/resolv.conf","HostnamePath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hostname","HostsPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hosts","LogPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f-json.log","Name":"/nostalgic_davinci","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":["C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources:/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources:rw","//var/run/docker.sock:/docker.sock:rw"],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6-init/diff:/var/lib/docker/overlay2/c8b9b56dbd5322ced11575437322ef07602813971bb9407b67d4e5475935e6c0/diff:/var/lib/docker/overlay2/297b2fd3f3a8a0808dca49cbecfce7af84dfa486dc9efb19a48f437172f81266/diff:/var/lib/docker/overlay2/72eb8b9cb4d5449e056864f2edf9e27575b572a99ea6b374272bb10770e2136f/diff:/var/lib/docker/overlay2/f75848d283d1e56d0c8654f73f44c20d2fdb5f39a501cda15c22de4c1f82408e/diff","MergedDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/merged","UpperDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/diff","WorkDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/work"},"Name":"overlay2"},"Mounts":[{"Type":"bind","Source":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources","Destination":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Mode":"rw","RW":true,"Propagation":"rprivate"},{"Type":"bind","Source":"//var/r"
17:20:06.598 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "un/docker.sock","Destination":"/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}],"Config":{"Hostname":"e572c5649334","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["DOCKER_HOST=unix:///docker.sock","COMPOSE_PROJECT_NAME=z6g93qfd8y2a","COMPOSE_FILE=/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["up","-d","--build"],"Image":"docker/compose:1.29.2","Volumes":null,"WorkingDir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Entrypoint":["sh","/usr/local/bin/docker-compose-entrypoint.sh"],"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","org.testcontainers.version":"1.17.6"}},"NetworkSettings":{"Bridge":"","SandboxID":"b29bd2da58f0c7785fac5d4c416336dba0d25bfc4926d727b20df8d179df482c","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{},"SandboxKey":"/var/run/docker/netns/b29bd2da58f0","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:03","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:03","DriverOpts":null}}}}[\n]"
17:20:06.601 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:06.602 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "0[\r][\n]"
17:20:06.602 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:06.602 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000014: releasing valid endpoint
17:20:06.602 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000014: releasing endpoint
17:20:06.602 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000014: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:06.602 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000014: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:06.705 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f,false
17:20:06.706 [Test worker] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json], queryParams={}}
17:20:06.706 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000016: preparing request execution
17:20:06.706 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:06.706 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:06.706 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000016: target auth state: UNCHALLENGED
17:20:06.707 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000016: proxy auth state: UNCHALLENGED
17:20:06.707 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000016: acquiring connection with route {}->npipe://localhost:2375
17:20:06.707 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000016: acquiring endpoint (3 MINUTES)
17:20:06.707 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000016: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:06.707 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000016: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:06.707 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000016: acquired ep-00000015
17:20:06.707 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000016: acquired endpoint ep-00000015
17:20:06.707 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000016: executing GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:06.707 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000015: start execution ex-00000016
17:20:06.707 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000015: executing exchange ex-00000016 over http-outgoing-1
17:20:06.707 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:06.707 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> accept: application/json
17:20:06.707 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:06.707 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:06.707 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:06.707 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:06.707 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:06.707 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1[\r][\n]"
17:20:06.708 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "accept: application/json[\r][\n]"
17:20:06.708 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:06.708 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:06.708 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:06.708 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:06.708 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:06.708 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:06.715 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]"
17:20:06.715 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:06.715 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Content-Type: application/json[\r][\n]"
17:20:06.715 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:06 GMT[\r][\n]"
17:20:06.715 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:06.715 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:06.715 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:06.715 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]"
17:20:06.715 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:06.715 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 200 OK
17:20:06.715 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:06.715 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Content-Type: application/json
17:20:06.715 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:06 GMT
17:20:06.715 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:06.715 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:06.715 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:06.715 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Transfer-Encoding: chunked
17:20:06.715 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000016: connection can be kept alive for 3 MINUTES
17:20:06.719 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "1783[\r][\n]"
17:20:06.720 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "{"Id":"e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f","Created":"2023-05-04T14:20:04.819896357Z","Path":"sh","Args":["/usr/local/bin/docker-compose-entrypoint.sh","up","-d","--build"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3187,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:05.866207615Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:32d8a4638cd83922fdd94cadf4f1850b595d29757488c73adf05f4b99ebd1318","ResolvConfPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/resolv.conf","HostnamePath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hostname","HostsPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hosts","LogPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f-json.log","Name":"/nostalgic_davinci","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":["C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources:/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources:rw","//var/run/docker.sock:/docker.sock:rw"],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6-init/diff:/var/lib/docker/overlay2/c8b9b56dbd5322ced11575437322ef07602813971bb9407b67d4e5475935e6c0/diff:/var/lib/docker/overlay2/297b2fd3f3a8a0808dca49cbecfce7af84dfa486dc9efb19a48f437172f81266/diff:/var/lib/docker/overlay2/72eb8b9cb4d5449e056864f2edf9e27575b572a99ea6b374272bb10770e2136f/diff:/var/lib/docker/overlay2/f75848d283d1e56d0c8654f73f44c20d2fdb5f39a501cda15c22de4c1f82408e/diff","MergedDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/merged","UpperDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/diff","WorkDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/work"},"Name":"overlay2"},"Mounts":[{"Type":"bind","Source":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources","Destination":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Mode":"rw","RW":true,"Propagation":"rprivate"},{"Type":"bind","Source":"//var/r"
17:20:06.721 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "un/docker.sock","Destination":"/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}],"Config":{"Hostname":"e572c5649334","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["DOCKER_HOST=unix:///docker.sock","COMPOSE_PROJECT_NAME=z6g93qfd8y2a","COMPOSE_FILE=/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["up","-d","--build"],"Image":"docker/compose:1.29.2","Volumes":null,"WorkingDir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Entrypoint":["sh","/usr/local/bin/docker-compose-entrypoint.sh"],"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","org.testcontainers.version":"1.17.6"}},"NetworkSettings":{"Bridge":"","SandboxID":"b29bd2da58f0c7785fac5d4c416336dba0d25bfc4926d727b20df8d179df482c","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{},"SandboxKey":"/var/run/docker/netns/b29bd2da58f0","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:03","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:03","DriverOpts":null}}}}[\n]"
17:20:06.723 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:06.724 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "0[\r][\n]"
17:20:06.724 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:06.724 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000015: releasing valid endpoint
17:20:06.724 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000015: releasing endpoint
17:20:06.724 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000015: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:06.724 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000015: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:06.829 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f,false
17:20:06.830 [Test worker] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json], queryParams={}}
17:20:06.830 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000017: preparing request execution
17:20:06.831 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:06.831 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:06.831 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000017: target auth state: UNCHALLENGED
17:20:06.831 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000017: proxy auth state: UNCHALLENGED
17:20:06.831 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000017: acquiring connection with route {}->npipe://localhost:2375
17:20:06.831 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000017: acquiring endpoint (3 MINUTES)
17:20:06.832 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000017: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:06.832 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000017: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:06.832 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000017: acquired ep-00000016
17:20:06.832 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000017: acquired endpoint ep-00000016
17:20:06.832 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000017: executing GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:06.833 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000016: start execution ex-00000017
17:20:06.833 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000016: executing exchange ex-00000017 over http-outgoing-1
17:20:06.833 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:06.833 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> accept: application/json
17:20:06.833 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:06.833 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:06.833 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:06.833 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:06.833 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:06.833 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1[\r][\n]"
17:20:06.833 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "accept: application/json[\r][\n]"
17:20:06.833 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:06.833 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:06.833 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:06.833 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:06.833 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:06.833 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:06.837 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]"
17:20:06.837 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:06.837 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Content-Type: application/json[\r][\n]"
17:20:06.837 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:06 GMT[\r][\n]"
17:20:06.837 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:06.837 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:06.837 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:06.837 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]"
17:20:06.837 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:06.837 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 200 OK
17:20:06.837 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:06.837 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Content-Type: application/json
17:20:06.837 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:06 GMT
17:20:06.837 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:06.837 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:06.837 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:06.837 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Transfer-Encoding: chunked
17:20:06.838 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000017: connection can be kept alive for 3 MINUTES
17:20:06.842 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "1783[\r][\n]"
17:20:06.843 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "{"Id":"e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f","Created":"2023-05-04T14:20:04.819896357Z","Path":"sh","Args":["/usr/local/bin/docker-compose-entrypoint.sh","up","-d","--build"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3187,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:05.866207615Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:32d8a4638cd83922fdd94cadf4f1850b595d29757488c73adf05f4b99ebd1318","ResolvConfPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/resolv.conf","HostnamePath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hostname","HostsPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hosts","LogPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f-json.log","Name":"/nostalgic_davinci","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":["C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources:/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources:rw","//var/run/docker.sock:/docker.sock:rw"],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6-init/diff:/var/lib/docker/overlay2/c8b9b56dbd5322ced11575437322ef07602813971bb9407b67d4e5475935e6c0/diff:/var/lib/docker/overlay2/297b2fd3f3a8a0808dca49cbecfce7af84dfa486dc9efb19a48f437172f81266/diff:/var/lib/docker/overlay2/72eb8b9cb4d5449e056864f2edf9e27575b572a99ea6b374272bb10770e2136f/diff:/var/lib/docker/overlay2/f75848d283d1e56d0c8654f73f44c20d2fdb5f39a501cda15c22de4c1f82408e/diff","MergedDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/merged","UpperDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/diff","WorkDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/work"},"Name":"overlay2"},"Mounts":[{"Type":"bind","Source":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources","Destination":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Mode":"rw","RW":true,"Propagation":"rprivate"},{"Type":"bind","Source":"//var/r"
17:20:06.844 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "un/docker.sock","Destination":"/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}],"Config":{"Hostname":"e572c5649334","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["DOCKER_HOST=unix:///docker.sock","COMPOSE_PROJECT_NAME=z6g93qfd8y2a","COMPOSE_FILE=/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["up","-d","--build"],"Image":"docker/compose:1.29.2","Volumes":null,"WorkingDir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Entrypoint":["sh","/usr/local/bin/docker-compose-entrypoint.sh"],"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","org.testcontainers.version":"1.17.6"}},"NetworkSettings":{"Bridge":"","SandboxID":"b29bd2da58f0c7785fac5d4c416336dba0d25bfc4926d727b20df8d179df482c","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{},"SandboxKey":"/var/run/docker/netns/b29bd2da58f0","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:03","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:03","DriverOpts":null}}}}[\n]"
17:20:06.847 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:06.847 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "0[\r][\n]"
17:20:06.847 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:06.847 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000016: releasing valid endpoint
17:20:06.847 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000016: releasing endpoint
17:20:06.847 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000016: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:06.847 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000016: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:06.954 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f,false
17:20:06.955 [Test worker] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json], queryParams={}}
17:20:06.956 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000018: preparing request execution
17:20:06.956 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:06.956 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:06.956 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000018: target auth state: UNCHALLENGED
17:20:06.956 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000018: proxy auth state: UNCHALLENGED
17:20:06.956 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000018: acquiring connection with route {}->npipe://localhost:2375
17:20:06.956 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000018: acquiring endpoint (3 MINUTES)
17:20:06.956 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000018: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:06.957 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000018: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:06.957 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000018: acquired ep-00000017
17:20:06.957 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000018: acquired endpoint ep-00000017
17:20:06.957 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000018: executing GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:06.957 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000017: start execution ex-00000018
17:20:06.957 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000017: executing exchange ex-00000018 over http-outgoing-1
17:20:06.957 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:06.957 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> accept: application/json
17:20:06.957 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:06.957 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:06.957 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:06.957 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:06.957 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:06.957 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1[\r][\n]"
17:20:06.957 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "accept: application/json[\r][\n]"
17:20:06.957 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:06.957 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:06.957 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:06.957 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:06.957 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:06.957 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:06.962 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]"
17:20:06.962 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:06.962 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Content-Type: application/json[\r][\n]"
17:20:06.962 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:06 GMT[\r][\n]"
17:20:06.962 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:06.962 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:06.962 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:06.962 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]"
17:20:06.962 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:06.963 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 200 OK
17:20:06.963 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:06.963 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Content-Type: application/json
17:20:06.963 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:06 GMT
17:20:06.963 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:06.963 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:06.963 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:06.963 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Transfer-Encoding: chunked
17:20:06.963 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000018: connection can be kept alive for 3 MINUTES
17:20:06.968 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "1783[\r][\n]"
17:20:06.968 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "{"Id":"e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f","Created":"2023-05-04T14:20:04.819896357Z","Path":"sh","Args":["/usr/local/bin/docker-compose-entrypoint.sh","up","-d","--build"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3187,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:05.866207615Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:32d8a4638cd83922fdd94cadf4f1850b595d29757488c73adf05f4b99ebd1318","ResolvConfPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/resolv.conf","HostnamePath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hostname","HostsPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hosts","LogPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f-json.log","Name":"/nostalgic_davinci","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":["C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources:/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources:rw","//var/run/docker.sock:/docker.sock:rw"],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6-init/diff:/var/lib/docker/overlay2/c8b9b56dbd5322ced11575437322ef07602813971bb9407b67d4e5475935e6c0/diff:/var/lib/docker/overlay2/297b2fd3f3a8a0808dca49cbecfce7af84dfa486dc9efb19a48f437172f81266/diff:/var/lib/docker/overlay2/72eb8b9cb4d5449e056864f2edf9e27575b572a99ea6b374272bb10770e2136f/diff:/var/lib/docker/overlay2/f75848d283d1e56d0c8654f73f44c20d2fdb5f39a501cda15c22de4c1f82408e/diff","MergedDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/merged","UpperDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/diff","WorkDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/work"},"Name":"overlay2"},"Mounts":[{"Type":"bind","Source":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources","Destination":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Mode":"rw","RW":true,"Propagation":"rprivate"},{"Type":"bind","Source":"//var/r"
17:20:06.968 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "un/docker.sock","Destination":"/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}],"Config":{"Hostname":"e572c5649334","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["DOCKER_HOST=unix:///docker.sock","COMPOSE_PROJECT_NAME=z6g93qfd8y2a","COMPOSE_FILE=/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["up","-d","--build"],"Image":"docker/compose:1.29.2","Volumes":null,"WorkingDir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Entrypoint":["sh","/usr/local/bin/docker-compose-entrypoint.sh"],"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","org.testcontainers.version":"1.17.6"}},"NetworkSettings":{"Bridge":"","SandboxID":"b29bd2da58f0c7785fac5d4c416336dba0d25bfc4926d727b20df8d179df482c","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{},"SandboxKey":"/var/run/docker/netns/b29bd2da58f0","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:03","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:03","DriverOpts":null}}}}[\n]"
17:20:06.972 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:06.972 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "0[\r][\n]"
17:20:06.972 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:06.972 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000017: releasing valid endpoint
17:20:06.972 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000017: releasing endpoint
17:20:06.972 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000017: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:06.972 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000017: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:07.077 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f,false
17:20:07.077 [Test worker] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json], queryParams={}}
17:20:07.078 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000019: preparing request execution
17:20:07.079 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:07.079 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:07.079 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000019: target auth state: UNCHALLENGED
17:20:07.079 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000019: proxy auth state: UNCHALLENGED
17:20:07.079 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000019: acquiring connection with route {}->npipe://localhost:2375
17:20:07.079 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000019: acquiring endpoint (3 MINUTES)
17:20:07.079 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000019: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:07.079 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000019: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:07.079 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000019: acquired ep-00000018
17:20:07.079 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000019: acquired endpoint ep-00000018
17:20:07.079 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000019: executing GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:07.079 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000018: start execution ex-00000019
17:20:07.079 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000018: executing exchange ex-00000019 over http-outgoing-1
17:20:07.080 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:07.080 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> accept: application/json
17:20:07.080 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:07.080 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:07.080 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:07.080 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:07.080 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:07.080 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1[\r][\n]"
17:20:07.080 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "accept: application/json[\r][\n]"
17:20:07.080 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:07.080 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:07.080 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:07.080 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:07.080 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:07.080 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:07.087 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]"
17:20:07.087 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:07.087 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Content-Type: application/json[\r][\n]"
17:20:07.087 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:07 GMT[\r][\n]"
17:20:07.087 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:07.087 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:07.087 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:07.087 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]"
17:20:07.087 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:07.088 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 200 OK
17:20:07.088 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:07.088 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Content-Type: application/json
17:20:07.088 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:07 GMT
17:20:07.088 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:07.088 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:07.088 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:07.088 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Transfer-Encoding: chunked
17:20:07.089 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000019: connection can be kept alive for 3 MINUTES
17:20:07.094 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "1783[\r][\n]"
17:20:07.095 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "{"Id":"e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f","Created":"2023-05-04T14:20:04.819896357Z","Path":"sh","Args":["/usr/local/bin/docker-compose-entrypoint.sh","up","-d","--build"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3187,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:05.866207615Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:32d8a4638cd83922fdd94cadf4f1850b595d29757488c73adf05f4b99ebd1318","ResolvConfPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/resolv.conf","HostnamePath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hostname","HostsPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hosts","LogPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f-json.log","Name":"/nostalgic_davinci","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":["C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources:/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources:rw","//var/run/docker.sock:/docker.sock:rw"],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6-init/diff:/var/lib/docker/overlay2/c8b9b56dbd5322ced11575437322ef07602813971bb9407b67d4e5475935e6c0/diff:/var/lib/docker/overlay2/297b2fd3f3a8a0808dca49cbecfce7af84dfa486dc9efb19a48f437172f81266/diff:/var/lib/docker/overlay2/72eb8b9cb4d5449e056864f2edf9e27575b572a99ea6b374272bb10770e2136f/diff:/var/lib/docker/overlay2/f75848d283d1e56d0c8654f73f44c20d2fdb5f39a501cda15c22de4c1f82408e/diff","MergedDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/merged","UpperDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/diff","WorkDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/work"},"Name":"overlay2"},"Mounts":[{"Type":"bind","Source":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources","Destination":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Mode":"rw","RW":true,"Propagation":"rprivate"},{"Type":"bind","Source":"//var/r"
17:20:07.097 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "un/docker.sock","Destination":"/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}],"Config":{"Hostname":"e572c5649334","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["DOCKER_HOST=unix:///docker.sock","COMPOSE_PROJECT_NAME=z6g93qfd8y2a","COMPOSE_FILE=/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["up","-d","--build"],"Image":"docker/compose:1.29.2","Volumes":null,"WorkingDir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Entrypoint":["sh","/usr/local/bin/docker-compose-entrypoint.sh"],"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","org.testcontainers.version":"1.17.6"}},"NetworkSettings":{"Bridge":"","SandboxID":"b29bd2da58f0c7785fac5d4c416336dba0d25bfc4926d727b20df8d179df482c","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{},"SandboxKey":"/var/run/docker/netns/b29bd2da58f0","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:03","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:03","DriverOpts":null}}}}[\n]"
17:20:07.098 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:07.098 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "0[\r][\n]"
17:20:07.098 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:07.099 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000018: releasing valid endpoint
17:20:07.099 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000018: releasing endpoint
17:20:07.099 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000018: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:07.099 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000018: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:07.202 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f,false
17:20:07.202 [Test worker] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json], queryParams={}}
17:20:07.203 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000001A: preparing request execution
17:20:07.203 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:07.203 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:07.203 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000001A: target auth state: UNCHALLENGED
17:20:07.204 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000001A: proxy auth state: UNCHALLENGED
17:20:07.204 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000001A: acquiring connection with route {}->npipe://localhost:2375
17:20:07.204 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000001A: acquiring endpoint (3 MINUTES)
17:20:07.204 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000001A: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:07.204 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000001A: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:07.204 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000001A: acquired ep-00000019
17:20:07.204 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000001A: acquired endpoint ep-00000019
17:20:07.204 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000001A: executing GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:07.204 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000019: start execution ex-0000001A
17:20:07.204 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000019: executing exchange ex-0000001A over http-outgoing-1
17:20:07.205 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:07.205 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> accept: application/json
17:20:07.205 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:07.205 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:07.205 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:07.205 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:07.205 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:07.205 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1[\r][\n]"
17:20:07.205 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "accept: application/json[\r][\n]"
17:20:07.205 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:07.205 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:07.206 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:07.206 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:07.206 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:07.206 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:07.213 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]"
17:20:07.213 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:07.214 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Content-Type: application/json[\r][\n]"
17:20:07.214 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:07 GMT[\r][\n]"
17:20:07.214 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:07.214 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:07.214 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:07.214 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]"
17:20:07.214 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:07.215 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 200 OK
17:20:07.215 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:07.215 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Content-Type: application/json
17:20:07.215 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:07 GMT
17:20:07.215 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:07.215 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:07.215 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:07.215 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Transfer-Encoding: chunked
17:20:07.215 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000001A: connection can be kept alive for 3 MINUTES
17:20:07.217 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "1783[\r][\n]"
17:20:07.217 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "{"Id":"e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f","Created":"2023-05-04T14:20:04.819896357Z","Path":"sh","Args":["/usr/local/bin/docker-compose-entrypoint.sh","up","-d","--build"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3187,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:05.866207615Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:32d8a4638cd83922fdd94cadf4f1850b595d29757488c73adf05f4b99ebd1318","ResolvConfPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/resolv.conf","HostnamePath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hostname","HostsPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hosts","LogPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f-json.log","Name":"/nostalgic_davinci","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":["C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources:/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources:rw","//var/run/docker.sock:/docker.sock:rw"],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6-init/diff:/var/lib/docker/overlay2/c8b9b56dbd5322ced11575437322ef07602813971bb9407b67d4e5475935e6c0/diff:/var/lib/docker/overlay2/297b2fd3f3a8a0808dca49cbecfce7af84dfa486dc9efb19a48f437172f81266/diff:/var/lib/docker/overlay2/72eb8b9cb4d5449e056864f2edf9e27575b572a99ea6b374272bb10770e2136f/diff:/var/lib/docker/overlay2/f75848d283d1e56d0c8654f73f44c20d2fdb5f39a501cda15c22de4c1f82408e/diff","MergedDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/merged","UpperDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/diff","WorkDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/work"},"Name":"overlay2"},"Mounts":[{"Type":"bind","Source":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources","Destination":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Mode":"rw","RW":true,"Propagation":"rprivate"},{"Type":"bind","Source":"//var/r"
17:20:07.219 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "un/docker.sock","Destination":"/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}],"Config":{"Hostname":"e572c5649334","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["DOCKER_HOST=unix:///docker.sock","COMPOSE_PROJECT_NAME=z6g93qfd8y2a","COMPOSE_FILE=/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["up","-d","--build"],"Image":"docker/compose:1.29.2","Volumes":null,"WorkingDir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Entrypoint":["sh","/usr/local/bin/docker-compose-entrypoint.sh"],"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","org.testcontainers.version":"1.17.6"}},"NetworkSettings":{"Bridge":"","SandboxID":"b29bd2da58f0c7785fac5d4c416336dba0d25bfc4926d727b20df8d179df482c","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{},"SandboxKey":"/var/run/docker/netns/b29bd2da58f0","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:03","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:03","DriverOpts":null}}}}[\n]"
17:20:07.221 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:07.221 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "0[\r][\n]"
17:20:07.222 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:07.222 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000019: releasing valid endpoint
17:20:07.222 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000019: releasing endpoint
17:20:07.222 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000019: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:07.222 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000019: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:07.328 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f,false
17:20:07.328 [Test worker] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json], queryParams={}}
17:20:07.329 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000001B: preparing request execution
17:20:07.329 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:07.329 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:07.329 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000001B: target auth state: UNCHALLENGED
17:20:07.329 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000001B: proxy auth state: UNCHALLENGED
17:20:07.329 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000001B: acquiring connection with route {}->npipe://localhost:2375
17:20:07.329 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000001B: acquiring endpoint (3 MINUTES)
17:20:07.330 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000001B: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:07.330 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000001B: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:07.330 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000001B: acquired ep-0000001A
17:20:07.330 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000001B: acquired endpoint ep-0000001A
17:20:07.330 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000001B: executing GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:07.330 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000001A: start execution ex-0000001B
17:20:07.331 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000001A: executing exchange ex-0000001B over http-outgoing-1
17:20:07.331 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:07.331 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> accept: application/json
17:20:07.331 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:07.331 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:07.332 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:07.332 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:07.332 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:07.332 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1[\r][\n]"
17:20:07.332 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "accept: application/json[\r][\n]"
17:20:07.332 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:07.332 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:07.332 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:07.332 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:07.332 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:07.332 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:07.338 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]"
17:20:07.338 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:07.338 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Content-Type: application/json[\r][\n]"
17:20:07.338 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:07 GMT[\r][\n]"
17:20:07.338 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:07.338 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:07.338 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:07.338 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]"
17:20:07.338 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:07.338 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 200 OK
17:20:07.338 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:07.338 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Content-Type: application/json
17:20:07.338 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:07 GMT
17:20:07.338 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:07.338 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:07.338 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:07.338 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Transfer-Encoding: chunked
17:20:07.338 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000001B: connection can be kept alive for 3 MINUTES
17:20:07.340 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "1783[\r][\n]"
17:20:07.341 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "{"Id":"e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f","Created":"2023-05-04T14:20:04.819896357Z","Path":"sh","Args":["/usr/local/bin/docker-compose-entrypoint.sh","up","-d","--build"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3187,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:05.866207615Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:32d8a4638cd83922fdd94cadf4f1850b595d29757488c73adf05f4b99ebd1318","ResolvConfPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/resolv.conf","HostnamePath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hostname","HostsPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hosts","LogPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f-json.log","Name":"/nostalgic_davinci","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":["C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources:/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources:rw","//var/run/docker.sock:/docker.sock:rw"],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6-init/diff:/var/lib/docker/overlay2/c8b9b56dbd5322ced11575437322ef07602813971bb9407b67d4e5475935e6c0/diff:/var/lib/docker/overlay2/297b2fd3f3a8a0808dca49cbecfce7af84dfa486dc9efb19a48f437172f81266/diff:/var/lib/docker/overlay2/72eb8b9cb4d5449e056864f2edf9e27575b572a99ea6b374272bb10770e2136f/diff:/var/lib/docker/overlay2/f75848d283d1e56d0c8654f73f44c20d2fdb5f39a501cda15c22de4c1f82408e/diff","MergedDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/merged","UpperDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/diff","WorkDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/work"},"Name":"overlay2"},"Mounts":[{"Type":"bind","Source":"//var/run/docker.sock","Destination":"/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"},{"Type":"bind","Source":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources","Destination":"/c/Workspace/egyetem/mesteri/enterprisemodsz"
17:20:07.342 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "erek/bibliospring-gradle/src/test/resources","Mode":"rw","RW":true,"Propagation":"rprivate"}],"Config":{"Hostname":"e572c5649334","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["DOCKER_HOST=unix:///docker.sock","COMPOSE_PROJECT_NAME=z6g93qfd8y2a","COMPOSE_FILE=/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["up","-d","--build"],"Image":"docker/compose:1.29.2","Volumes":null,"WorkingDir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Entrypoint":["sh","/usr/local/bin/docker-compose-entrypoint.sh"],"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","org.testcontainers.version":"1.17.6"}},"NetworkSettings":{"Bridge":"","SandboxID":"b29bd2da58f0c7785fac5d4c416336dba0d25bfc4926d727b20df8d179df482c","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{},"SandboxKey":"/var/run/docker/netns/b29bd2da58f0","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:03","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:03","DriverOpts":null}}}}[\n]"
17:20:07.345 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:07.345 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "0[\r][\n]"
17:20:07.345 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:07.345 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000001A: releasing valid endpoint
17:20:07.345 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000001A: releasing endpoint
17:20:07.345 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000001A: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:07.346 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000001A: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:07.452 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f,false
17:20:07.453 [Test worker] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json], queryParams={}}
17:20:07.455 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000001C: preparing request execution
17:20:07.455 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:07.455 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:07.455 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000001C: target auth state: UNCHALLENGED
17:20:07.455 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000001C: proxy auth state: UNCHALLENGED
17:20:07.455 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000001C: acquiring connection with route {}->npipe://localhost:2375
17:20:07.455 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000001C: acquiring endpoint (3 MINUTES)
17:20:07.455 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000001C: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:07.456 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000001C: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:07.457 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000001C: acquired ep-0000001B
17:20:07.457 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000001C: acquired endpoint ep-0000001B
17:20:07.457 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000001C: executing GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:07.457 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000001B: start execution ex-0000001C
17:20:07.457 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000001B: executing exchange ex-0000001C over http-outgoing-1
17:20:07.457 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:07.457 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> accept: application/json
17:20:07.457 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:07.457 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:07.457 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:07.457 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:07.457 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:07.457 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1[\r][\n]"
17:20:07.457 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "accept: application/json[\r][\n]"
17:20:07.457 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:07.457 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:07.457 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:07.457 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:07.457 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:07.457 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:07.464 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]"
17:20:07.464 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:07.464 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Content-Type: application/json[\r][\n]"
17:20:07.464 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:07 GMT[\r][\n]"
17:20:07.464 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:07.464 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:07.464 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:07.464 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]"
17:20:07.464 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:07.465 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 200 OK
17:20:07.465 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:07.465 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Content-Type: application/json
17:20:07.465 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:07 GMT
17:20:07.465 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:07.465 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:07.465 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:07.465 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Transfer-Encoding: chunked
17:20:07.465 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000001C: connection can be kept alive for 3 MINUTES
17:20:07.469 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "1783[\r][\n]"
17:20:07.469 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "{"Id":"e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f","Created":"2023-05-04T14:20:04.819896357Z","Path":"sh","Args":["/usr/local/bin/docker-compose-entrypoint.sh","up","-d","--build"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3187,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:05.866207615Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:32d8a4638cd83922fdd94cadf4f1850b595d29757488c73adf05f4b99ebd1318","ResolvConfPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/resolv.conf","HostnamePath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hostname","HostsPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hosts","LogPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f-json.log","Name":"/nostalgic_davinci","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":["C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources:/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources:rw","//var/run/docker.sock:/docker.sock:rw"],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6-init/diff:/var/lib/docker/overlay2/c8b9b56dbd5322ced11575437322ef07602813971bb9407b67d4e5475935e6c0/diff:/var/lib/docker/overlay2/297b2fd3f3a8a0808dca49cbecfce7af84dfa486dc9efb19a48f437172f81266/diff:/var/lib/docker/overlay2/72eb8b9cb4d5449e056864f2edf9e27575b572a99ea6b374272bb10770e2136f/diff:/var/lib/docker/overlay2/f75848d283d1e56d0c8654f73f44c20d2fdb5f39a501cda15c22de4c1f82408e/diff","MergedDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/merged","UpperDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/diff","WorkDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/work"},"Name":"overlay2"},"Mounts":[{"Type":"bind","Source":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources","Destination":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Mode":"rw","RW":true,"Propagation":"rprivate"},{"Type":"bind","Source":"//var/r"
17:20:07.470 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "un/docker.sock","Destination":"/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}],"Config":{"Hostname":"e572c5649334","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["DOCKER_HOST=unix:///docker.sock","COMPOSE_PROJECT_NAME=z6g93qfd8y2a","COMPOSE_FILE=/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["up","-d","--build"],"Image":"docker/compose:1.29.2","Volumes":null,"WorkingDir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Entrypoint":["sh","/usr/local/bin/docker-compose-entrypoint.sh"],"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","org.testcontainers.version":"1.17.6"}},"NetworkSettings":{"Bridge":"","SandboxID":"b29bd2da58f0c7785fac5d4c416336dba0d25bfc4926d727b20df8d179df482c","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{},"SandboxKey":"/var/run/docker/netns/b29bd2da58f0","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:03","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:03","DriverOpts":null}}}}[\n]"
17:20:07.481 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:07.481 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "0[\r][\n]"
17:20:07.481 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:07.481 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000001B: releasing valid endpoint
17:20:07.481 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000001B: releasing endpoint
17:20:07.481 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000001B: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:07.482 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000001B: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:07.592 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f,false
17:20:07.592 [Test worker] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json], queryParams={}}
17:20:07.593 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000001D: preparing request execution
17:20:07.593 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:07.593 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:07.593 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000001D: target auth state: UNCHALLENGED
17:20:07.593 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000001D: proxy auth state: UNCHALLENGED
17:20:07.593 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000001D: acquiring connection with route {}->npipe://localhost:2375
17:20:07.593 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000001D: acquiring endpoint (3 MINUTES)
17:20:07.593 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000001D: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:07.593 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000001D: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:07.593 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000001D: acquired ep-0000001C
17:20:07.594 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000001D: acquired endpoint ep-0000001C
17:20:07.594 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000001D: executing GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:07.594 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000001C: start execution ex-0000001D
17:20:07.594 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000001C: executing exchange ex-0000001D over http-outgoing-1
17:20:07.595 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:07.595 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> accept: application/json
17:20:07.595 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:07.595 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:07.595 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:07.595 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:07.595 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:07.595 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1[\r][\n]"
17:20:07.595 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "accept: application/json[\r][\n]"
17:20:07.595 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:07.595 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:07.595 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:07.595 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:07.595 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:07.595 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:07.602 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]"
17:20:07.602 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:07.602 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Content-Type: application/json[\r][\n]"
17:20:07.602 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:07 GMT[\r][\n]"
17:20:07.602 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:07.602 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:07.603 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:07.603 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]"
17:20:07.603 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:07.604 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 200 OK
17:20:07.604 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:07.604 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Content-Type: application/json
17:20:07.604 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:07 GMT
17:20:07.604 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:07.604 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:07.604 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:07.604 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Transfer-Encoding: chunked
17:20:07.604 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000001D: connection can be kept alive for 3 MINUTES
17:20:07.614 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "1783[\r][\n]"
17:20:07.615 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "{"Id":"e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f","Created":"2023-05-04T14:20:04.819896357Z","Path":"sh","Args":["/usr/local/bin/docker-compose-entrypoint.sh","up","-d","--build"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3187,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:05.866207615Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:32d8a4638cd83922fdd94cadf4f1850b595d29757488c73adf05f4b99ebd1318","ResolvConfPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/resolv.conf","HostnamePath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hostname","HostsPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hosts","LogPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f-json.log","Name":"/nostalgic_davinci","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":["C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources:/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources:rw","//var/run/docker.sock:/docker.sock:rw"],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6-init/diff:/var/lib/docker/overlay2/c8b9b56dbd5322ced11575437322ef07602813971bb9407b67d4e5475935e6c0/diff:/var/lib/docker/overlay2/297b2fd3f3a8a0808dca49cbecfce7af84dfa486dc9efb19a48f437172f81266/diff:/var/lib/docker/overlay2/72eb8b9cb4d5449e056864f2edf9e27575b572a99ea6b374272bb10770e2136f/diff:/var/lib/docker/overlay2/f75848d283d1e56d0c8654f73f44c20d2fdb5f39a501cda15c22de4c1f82408e/diff","MergedDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/merged","UpperDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/diff","WorkDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/work"},"Name":"overlay2"},"Mounts":[{"Type":"bind","Source":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources","Destination":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Mode":"rw","RW":true,"Propagation":"rprivate"},{"Type":"bind","Source":"//var/r"
17:20:07.616 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "un/docker.sock","Destination":"/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}],"Config":{"Hostname":"e572c5649334","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["DOCKER_HOST=unix:///docker.sock","COMPOSE_PROJECT_NAME=z6g93qfd8y2a","COMPOSE_FILE=/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["up","-d","--build"],"Image":"docker/compose:1.29.2","Volumes":null,"WorkingDir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Entrypoint":["sh","/usr/local/bin/docker-compose-entrypoint.sh"],"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","org.testcontainers.version":"1.17.6"}},"NetworkSettings":{"Bridge":"","SandboxID":"b29bd2da58f0c7785fac5d4c416336dba0d25bfc4926d727b20df8d179df482c","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{},"SandboxKey":"/var/run/docker/netns/b29bd2da58f0","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:03","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:03","DriverOpts":null}}}}[\n]"
17:20:07.617 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:07.617 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "0[\r][\n]"
17:20:07.617 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:07.617 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000001C: releasing valid endpoint
17:20:07.617 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000001C: releasing endpoint
17:20:07.617 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000001C: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:07.618 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000001C: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:07.731 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f,false
17:20:07.731 [Test worker] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json], queryParams={}}
17:20:07.733 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000001E: preparing request execution
17:20:07.733 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:07.733 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:07.733 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000001E: target auth state: UNCHALLENGED
17:20:07.733 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000001E: proxy auth state: UNCHALLENGED
17:20:07.733 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000001E: acquiring connection with route {}->npipe://localhost:2375
17:20:07.733 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000001E: acquiring endpoint (3 MINUTES)
17:20:07.733 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000001E: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:07.734 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000001E: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:07.734 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000001E: acquired ep-0000001D
17:20:07.734 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000001E: acquired endpoint ep-0000001D
17:20:07.734 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000001E: executing GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:07.734 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000001D: start execution ex-0000001E
17:20:07.734 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000001D: executing exchange ex-0000001E over http-outgoing-1
17:20:07.734 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:07.735 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> accept: application/json
17:20:07.735 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:07.735 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:07.735 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:07.735 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:07.735 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:07.735 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1[\r][\n]"
17:20:07.735 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "accept: application/json[\r][\n]"
17:20:07.735 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:07.735 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:07.735 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:07.735 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:07.735 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:07.735 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:07.740 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]"
17:20:07.741 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:07.741 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Content-Type: application/json[\r][\n]"
17:20:07.741 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:07 GMT[\r][\n]"
17:20:07.741 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:07.741 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:07.741 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:07.741 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]"
17:20:07.741 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:07.741 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 200 OK
17:20:07.741 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:07.741 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Content-Type: application/json
17:20:07.741 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:07 GMT
17:20:07.741 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:07.741 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:07.741 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:07.741 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Transfer-Encoding: chunked
17:20:07.741 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000001E: connection can be kept alive for 3 MINUTES
17:20:07.747 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "1783[\r][\n]"
17:20:07.748 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "{"Id":"e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f","Created":"2023-05-04T14:20:04.819896357Z","Path":"sh","Args":["/usr/local/bin/docker-compose-entrypoint.sh","up","-d","--build"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3187,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:05.866207615Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:32d8a4638cd83922fdd94cadf4f1850b595d29757488c73adf05f4b99ebd1318","ResolvConfPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/resolv.conf","HostnamePath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hostname","HostsPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hosts","LogPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f-json.log","Name":"/nostalgic_davinci","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":["C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources:/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources:rw","//var/run/docker.sock:/docker.sock:rw"],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6-init/diff:/var/lib/docker/overlay2/c8b9b56dbd5322ced11575437322ef07602813971bb9407b67d4e5475935e6c0/diff:/var/lib/docker/overlay2/297b2fd3f3a8a0808dca49cbecfce7af84dfa486dc9efb19a48f437172f81266/diff:/var/lib/docker/overlay2/72eb8b9cb4d5449e056864f2edf9e27575b572a99ea6b374272bb10770e2136f/diff:/var/lib/docker/overlay2/f75848d283d1e56d0c8654f73f44c20d2fdb5f39a501cda15c22de4c1f82408e/diff","MergedDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/merged","UpperDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/diff","WorkDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/work"},"Name":"overlay2"},"Mounts":[{"Type":"bind","Source":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources","Destination":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Mode":"rw","RW":true,"Propagation":"rprivate"},{"Type":"bind","Source":"//var/r"
17:20:07.748 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "un/docker.sock","Destination":"/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}],"Config":{"Hostname":"e572c5649334","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["DOCKER_HOST=unix:///docker.sock","COMPOSE_PROJECT_NAME=z6g93qfd8y2a","COMPOSE_FILE=/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["up","-d","--build"],"Image":"docker/compose:1.29.2","Volumes":null,"WorkingDir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Entrypoint":["sh","/usr/local/bin/docker-compose-entrypoint.sh"],"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","org.testcontainers.version":"1.17.6"}},"NetworkSettings":{"Bridge":"","SandboxID":"b29bd2da58f0c7785fac5d4c416336dba0d25bfc4926d727b20df8d179df482c","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{},"SandboxKey":"/var/run/docker/netns/b29bd2da58f0","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:03","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:03","DriverOpts":null}}}}[\n]"
17:20:07.750 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:07.750 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "0[\r][\n]"
17:20:07.750 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:07.750 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000001D: releasing valid endpoint
17:20:07.750 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000001D: releasing endpoint
17:20:07.750 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000001D: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:07.750 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000001D: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:07.856 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f,false
17:20:07.857 [Test worker] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json], queryParams={}}
17:20:07.858 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000001F: preparing request execution
17:20:07.858 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:07.858 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:07.858 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000001F: target auth state: UNCHALLENGED
17:20:07.858 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000001F: proxy auth state: UNCHALLENGED
17:20:07.858 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000001F: acquiring connection with route {}->npipe://localhost:2375
17:20:07.858 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000001F: acquiring endpoint (3 MINUTES)
17:20:07.858 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000001F: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:07.859 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000001F: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:07.859 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000001F: acquired ep-0000001E
17:20:07.859 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000001F: acquired endpoint ep-0000001E
17:20:07.859 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000001F: executing GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:07.859 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000001E: start execution ex-0000001F
17:20:07.859 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000001E: executing exchange ex-0000001F over http-outgoing-1
17:20:07.860 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:07.860 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> accept: application/json
17:20:07.860 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:07.860 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:07.860 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:07.860 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:07.860 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:07.860 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1[\r][\n]"
17:20:07.860 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "accept: application/json[\r][\n]"
17:20:07.860 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:07.860 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:07.860 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:07.860 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:07.860 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:07.860 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:07.867 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]"
17:20:07.867 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:07.867 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Content-Type: application/json[\r][\n]"
17:20:07.867 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:07 GMT[\r][\n]"
17:20:07.867 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:07.867 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:07.867 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:07.867 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]"
17:20:07.867 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:07.867 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 200 OK
17:20:07.867 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:07.868 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Content-Type: application/json
17:20:07.868 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:07 GMT
17:20:07.868 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:07.868 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:07.868 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:07.868 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Transfer-Encoding: chunked
17:20:07.868 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000001F: connection can be kept alive for 3 MINUTES
17:20:07.872 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "1783[\r][\n]"
17:20:07.872 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "{"Id":"e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f","Created":"2023-05-04T14:20:04.819896357Z","Path":"sh","Args":["/usr/local/bin/docker-compose-entrypoint.sh","up","-d","--build"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3187,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:05.866207615Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:32d8a4638cd83922fdd94cadf4f1850b595d29757488c73adf05f4b99ebd1318","ResolvConfPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/resolv.conf","HostnamePath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hostname","HostsPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hosts","LogPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f-json.log","Name":"/nostalgic_davinci","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":["C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources:/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources:rw","//var/run/docker.sock:/docker.sock:rw"],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6-init/diff:/var/lib/docker/overlay2/c8b9b56dbd5322ced11575437322ef07602813971bb9407b67d4e5475935e6c0/diff:/var/lib/docker/overlay2/297b2fd3f3a8a0808dca49cbecfce7af84dfa486dc9efb19a48f437172f81266/diff:/var/lib/docker/overlay2/72eb8b9cb4d5449e056864f2edf9e27575b572a99ea6b374272bb10770e2136f/diff:/var/lib/docker/overlay2/f75848d283d1e56d0c8654f73f44c20d2fdb5f39a501cda15c22de4c1f82408e/diff","MergedDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/merged","UpperDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/diff","WorkDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/work"},"Name":"overlay2"},"Mounts":[{"Type":"bind","Source":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources","Destination":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Mode":"rw","RW":true,"Propagation":"rprivate"},{"Type":"bind","Source":"//var/r"
17:20:07.873 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "un/docker.sock","Destination":"/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}],"Config":{"Hostname":"e572c5649334","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["DOCKER_HOST=unix:///docker.sock","COMPOSE_PROJECT_NAME=z6g93qfd8y2a","COMPOSE_FILE=/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["up","-d","--build"],"Image":"docker/compose:1.29.2","Volumes":null,"WorkingDir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Entrypoint":["sh","/usr/local/bin/docker-compose-entrypoint.sh"],"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","org.testcontainers.version":"1.17.6"}},"NetworkSettings":{"Bridge":"","SandboxID":"b29bd2da58f0c7785fac5d4c416336dba0d25bfc4926d727b20df8d179df482c","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{},"SandboxKey":"/var/run/docker/netns/b29bd2da58f0","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:03","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:03","DriverOpts":null}}}}[\n]"
17:20:07.876 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:07.876 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "0[\r][\n]"
17:20:07.876 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:07.876 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000001E: releasing valid endpoint
17:20:07.876 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000001E: releasing endpoint
17:20:07.876 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000001E: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:07.876 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000001E: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:07.981 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f,false
17:20:07.981 [Test worker] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json], queryParams={}}
17:20:07.982 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000020: preparing request execution
17:20:07.982 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:07.982 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:07.982 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000020: target auth state: UNCHALLENGED
17:20:07.982 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000020: proxy auth state: UNCHALLENGED
17:20:07.982 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000020: acquiring connection with route {}->npipe://localhost:2375
17:20:07.982 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000020: acquiring endpoint (3 MINUTES)
17:20:07.982 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000020: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:07.984 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000020: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:07.984 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000020: acquired ep-0000001F
17:20:07.984 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000020: acquired endpoint ep-0000001F
17:20:07.984 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000020: executing GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:07.984 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000001F: start execution ex-00000020
17:20:07.984 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000001F: executing exchange ex-00000020 over http-outgoing-1
17:20:07.984 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:07.984 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> accept: application/json
17:20:07.984 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:07.984 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:07.985 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:07.985 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:07.985 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:07.985 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1[\r][\n]"
17:20:07.985 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "accept: application/json[\r][\n]"
17:20:07.985 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:07.985 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:07.985 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:07.985 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:07.985 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:07.985 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:07.990 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]"
17:20:07.990 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:07.990 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Content-Type: application/json[\r][\n]"
17:20:07.990 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:07 GMT[\r][\n]"
17:20:07.990 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:07.990 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:07.990 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:07.990 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]"
17:20:07.990 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:07.991 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 200 OK
17:20:07.991 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:07.991 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Content-Type: application/json
17:20:07.991 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:07 GMT
17:20:07.991 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:07.991 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:07.991 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:07.991 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Transfer-Encoding: chunked
17:20:07.991 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000020: connection can be kept alive for 3 MINUTES
17:20:07.997 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "1783[\r][\n]"
17:20:07.997 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "{"Id":"e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f","Created":"2023-05-04T14:20:04.819896357Z","Path":"sh","Args":["/usr/local/bin/docker-compose-entrypoint.sh","up","-d","--build"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3187,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:05.866207615Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:32d8a4638cd83922fdd94cadf4f1850b595d29757488c73adf05f4b99ebd1318","ResolvConfPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/resolv.conf","HostnamePath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hostname","HostsPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hosts","LogPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f-json.log","Name":"/nostalgic_davinci","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":["C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources:/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources:rw","//var/run/docker.sock:/docker.sock:rw"],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6-init/diff:/var/lib/docker/overlay2/c8b9b56dbd5322ced11575437322ef07602813971bb9407b67d4e5475935e6c0/diff:/var/lib/docker/overlay2/297b2fd3f3a8a0808dca49cbecfce7af84dfa486dc9efb19a48f437172f81266/diff:/var/lib/docker/overlay2/72eb8b9cb4d5449e056864f2edf9e27575b572a99ea6b374272bb10770e2136f/diff:/var/lib/docker/overlay2/f75848d283d1e56d0c8654f73f44c20d2fdb5f39a501cda15c22de4c1f82408e/diff","MergedDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/merged","UpperDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/diff","WorkDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/work"},"Name":"overlay2"},"Mounts":[{"Type":"bind","Source":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources","Destination":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Mode":"rw","RW":true,"Propagation":"rprivate"},{"Type":"bind","Source":"//var/r"
17:20:07.998 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "un/docker.sock","Destination":"/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}],"Config":{"Hostname":"e572c5649334","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["DOCKER_HOST=unix:///docker.sock","COMPOSE_PROJECT_NAME=z6g93qfd8y2a","COMPOSE_FILE=/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["up","-d","--build"],"Image":"docker/compose:1.29.2","Volumes":null,"WorkingDir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Entrypoint":["sh","/usr/local/bin/docker-compose-entrypoint.sh"],"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","org.testcontainers.version":"1.17.6"}},"NetworkSettings":{"Bridge":"","SandboxID":"b29bd2da58f0c7785fac5d4c416336dba0d25bfc4926d727b20df8d179df482c","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{},"SandboxKey":"/var/run/docker/netns/b29bd2da58f0","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:03","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:03","DriverOpts":null}}}}[\n]"
17:20:08.000 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:08.001 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "0[\r][\n]"
17:20:08.001 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:08.001 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000001F: releasing valid endpoint
17:20:08.001 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000001F: releasing endpoint
17:20:08.001 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000001F: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:08.001 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000001F: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:08.105 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f,false
17:20:08.106 [Test worker] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json], queryParams={}}
17:20:08.106 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000021: preparing request execution
17:20:08.106 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:08.107 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:08.107 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000021: target auth state: UNCHALLENGED
17:20:08.107 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000021: proxy auth state: UNCHALLENGED
17:20:08.107 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000021: acquiring connection with route {}->npipe://localhost:2375
17:20:08.107 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000021: acquiring endpoint (3 MINUTES)
17:20:08.107 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000021: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:08.107 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000021: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:08.107 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000021: acquired ep-00000020
17:20:08.107 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000021: acquired endpoint ep-00000020
17:20:08.107 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000021: executing GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:08.107 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000020: start execution ex-00000021
17:20:08.107 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000020: executing exchange ex-00000021 over http-outgoing-1
17:20:08.107 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:08.107 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> accept: application/json
17:20:08.107 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:08.107 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:08.108 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:08.108 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:08.108 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:08.108 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1[\r][\n]"
17:20:08.108 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "accept: application/json[\r][\n]"
17:20:08.108 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:08.108 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:08.108 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:08.108 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:08.108 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:08.108 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:08.112 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]"
17:20:08.112 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:08.112 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Content-Type: application/json[\r][\n]"
17:20:08.112 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:08 GMT[\r][\n]"
17:20:08.112 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:08.112 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:08.112 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:08.112 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]"
17:20:08.112 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:08.113 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 200 OK
17:20:08.113 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:08.113 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Content-Type: application/json
17:20:08.113 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:08 GMT
17:20:08.113 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:08.113 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:08.113 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:08.113 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Transfer-Encoding: chunked
17:20:08.113 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000021: connection can be kept alive for 3 MINUTES
17:20:08.116 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "1783[\r][\n]"
17:20:08.116 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "{"Id":"e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f","Created":"2023-05-04T14:20:04.819896357Z","Path":"sh","Args":["/usr/local/bin/docker-compose-entrypoint.sh","up","-d","--build"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3187,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:05.866207615Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:32d8a4638cd83922fdd94cadf4f1850b595d29757488c73adf05f4b99ebd1318","ResolvConfPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/resolv.conf","HostnamePath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hostname","HostsPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hosts","LogPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f-json.log","Name":"/nostalgic_davinci","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":["C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources:/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources:rw","//var/run/docker.sock:/docker.sock:rw"],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6-init/diff:/var/lib/docker/overlay2/c8b9b56dbd5322ced11575437322ef07602813971bb9407b67d4e5475935e6c0/diff:/var/lib/docker/overlay2/297b2fd3f3a8a0808dca49cbecfce7af84dfa486dc9efb19a48f437172f81266/diff:/var/lib/docker/overlay2/72eb8b9cb4d5449e056864f2edf9e27575b572a99ea6b374272bb10770e2136f/diff:/var/lib/docker/overlay2/f75848d283d1e56d0c8654f73f44c20d2fdb5f39a501cda15c22de4c1f82408e/diff","MergedDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/merged","UpperDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/diff","WorkDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/work"},"Name":"overlay2"},"Mounts":[{"Type":"bind","Source":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources","Destination":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Mode":"rw","RW":true,"Propagation":"rprivate"},{"Type":"bind","Source":"//var/r"
17:20:08.117 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "un/docker.sock","Destination":"/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}],"Config":{"Hostname":"e572c5649334","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["DOCKER_HOST=unix:///docker.sock","COMPOSE_PROJECT_NAME=z6g93qfd8y2a","COMPOSE_FILE=/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["up","-d","--build"],"Image":"docker/compose:1.29.2","Volumes":null,"WorkingDir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Entrypoint":["sh","/usr/local/bin/docker-compose-entrypoint.sh"],"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","org.testcontainers.version":"1.17.6"}},"NetworkSettings":{"Bridge":"","SandboxID":"b29bd2da58f0c7785fac5d4c416336dba0d25bfc4926d727b20df8d179df482c","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{},"SandboxKey":"/var/run/docker/netns/b29bd2da58f0","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:03","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:03","DriverOpts":null}}}}[\n]"
17:20:08.119 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:08.119 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "0[\r][\n]"
17:20:08.120 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:08.120 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000020: releasing valid endpoint
17:20:08.120 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000020: releasing endpoint
17:20:08.120 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000020: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:08.120 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000020: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:08.230 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f,false
17:20:08.231 [Test worker] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json], queryParams={}}
17:20:08.231 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000022: preparing request execution
17:20:08.231 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:08.232 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:08.232 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000022: target auth state: UNCHALLENGED
17:20:08.232 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000022: proxy auth state: UNCHALLENGED
17:20:08.232 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000022: acquiring connection with route {}->npipe://localhost:2375
17:20:08.232 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000022: acquiring endpoint (3 MINUTES)
17:20:08.232 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000022: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:08.232 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000022: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:08.233 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000022: acquired ep-00000021
17:20:08.233 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000022: acquired endpoint ep-00000021
17:20:08.233 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000022: executing GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:08.233 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000021: start execution ex-00000022
17:20:08.233 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000021: executing exchange ex-00000022 over http-outgoing-1
17:20:08.233 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:08.233 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> accept: application/json
17:20:08.233 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:08.233 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:08.233 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:08.233 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:08.233 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:08.233 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1[\r][\n]"
17:20:08.233 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "accept: application/json[\r][\n]"
17:20:08.233 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:08.233 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:08.233 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:08.233 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:08.233 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:08.233 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:08.239 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]"
17:20:08.239 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:08.239 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Content-Type: application/json[\r][\n]"
17:20:08.239 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:08 GMT[\r][\n]"
17:20:08.239 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:08.239 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:08.239 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:08.239 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]"
17:20:08.239 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:08.239 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 200 OK
17:20:08.239 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:08.239 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Content-Type: application/json
17:20:08.239 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:08 GMT
17:20:08.239 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:08.239 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:08.239 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:08.239 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Transfer-Encoding: chunked
17:20:08.239 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000022: connection can be kept alive for 3 MINUTES
17:20:08.242 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "1783[\r][\n]"
17:20:08.242 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "{"Id":"e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f","Created":"2023-05-04T14:20:04.819896357Z","Path":"sh","Args":["/usr/local/bin/docker-compose-entrypoint.sh","up","-d","--build"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3187,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:05.866207615Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:32d8a4638cd83922fdd94cadf4f1850b595d29757488c73adf05f4b99ebd1318","ResolvConfPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/resolv.conf","HostnamePath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hostname","HostsPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hosts","LogPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f-json.log","Name":"/nostalgic_davinci","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":["C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources:/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources:rw","//var/run/docker.sock:/docker.sock:rw"],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6-init/diff:/var/lib/docker/overlay2/c8b9b56dbd5322ced11575437322ef07602813971bb9407b67d4e5475935e6c0/diff:/var/lib/docker/overlay2/297b2fd3f3a8a0808dca49cbecfce7af84dfa486dc9efb19a48f437172f81266/diff:/var/lib/docker/overlay2/72eb8b9cb4d5449e056864f2edf9e27575b572a99ea6b374272bb10770e2136f/diff:/var/lib/docker/overlay2/f75848d283d1e56d0c8654f73f44c20d2fdb5f39a501cda15c22de4c1f82408e/diff","MergedDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/merged","UpperDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/diff","WorkDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/work"},"Name":"overlay2"},"Mounts":[{"Type":"bind","Source":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources","Destination":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Mode":"rw","RW":true,"Propagation":"rprivate"},{"Type":"bind","Source":"//var/r"
17:20:08.243 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "un/docker.sock","Destination":"/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}],"Config":{"Hostname":"e572c5649334","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["DOCKER_HOST=unix:///docker.sock","COMPOSE_PROJECT_NAME=z6g93qfd8y2a","COMPOSE_FILE=/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["up","-d","--build"],"Image":"docker/compose:1.29.2","Volumes":null,"WorkingDir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Entrypoint":["sh","/usr/local/bin/docker-compose-entrypoint.sh"],"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","org.testcontainers.version":"1.17.6"}},"NetworkSettings":{"Bridge":"","SandboxID":"b29bd2da58f0c7785fac5d4c416336dba0d25bfc4926d727b20df8d179df482c","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{},"SandboxKey":"/var/run/docker/netns/b29bd2da58f0","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:03","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:03","DriverOpts":null}}}}[\n]"
17:20:08.245 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:08.245 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "0[\r][\n]"
17:20:08.245 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:08.245 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000021: releasing valid endpoint
17:20:08.245 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000021: releasing endpoint
17:20:08.246 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000021: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:08.246 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000021: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:08.355 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f,false
17:20:08.355 [Test worker] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json], queryParams={}}
17:20:08.357 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000023: preparing request execution
17:20:08.358 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:08.358 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:08.358 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000023: target auth state: UNCHALLENGED
17:20:08.358 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000023: proxy auth state: UNCHALLENGED
17:20:08.358 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000023: acquiring connection with route {}->npipe://localhost:2375
17:20:08.358 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000023: acquiring endpoint (3 MINUTES)
17:20:08.358 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000023: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:08.358 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000023: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:08.359 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000023: acquired ep-00000022
17:20:08.359 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000023: acquired endpoint ep-00000022
17:20:08.359 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000023: executing GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:08.359 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000022: start execution ex-00000023
17:20:08.359 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000022: executing exchange ex-00000023 over http-outgoing-1
17:20:08.359 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:08.359 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> accept: application/json
17:20:08.359 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:08.359 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:08.359 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:08.359 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:08.359 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:08.359 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1[\r][\n]"
17:20:08.359 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "accept: application/json[\r][\n]"
17:20:08.359 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:08.359 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:08.360 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:08.360 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:08.360 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:08.360 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:08.370 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]"
17:20:08.370 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:08.370 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Content-Type: application/json[\r][\n]"
17:20:08.370 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:08 GMT[\r][\n]"
17:20:08.370 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:08.370 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:08.370 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:08.370 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]"
17:20:08.370 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:08.370 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 200 OK
17:20:08.370 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:08.371 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Content-Type: application/json
17:20:08.371 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:08 GMT
17:20:08.371 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:08.371 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:08.371 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:08.371 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Transfer-Encoding: chunked
17:20:08.371 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000023: connection can be kept alive for 3 MINUTES
17:20:08.380 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "1783[\r][\n]"
17:20:08.380 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "{"Id":"e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f","Created":"2023-05-04T14:20:04.819896357Z","Path":"sh","Args":["/usr/local/bin/docker-compose-entrypoint.sh","up","-d","--build"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3187,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:05.866207615Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:32d8a4638cd83922fdd94cadf4f1850b595d29757488c73adf05f4b99ebd1318","ResolvConfPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/resolv.conf","HostnamePath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hostname","HostsPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hosts","LogPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f-json.log","Name":"/nostalgic_davinci","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":["C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources:/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources:rw","//var/run/docker.sock:/docker.sock:rw"],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6-init/diff:/var/lib/docker/overlay2/c8b9b56dbd5322ced11575437322ef07602813971bb9407b67d4e5475935e6c0/diff:/var/lib/docker/overlay2/297b2fd3f3a8a0808dca49cbecfce7af84dfa486dc9efb19a48f437172f81266/diff:/var/lib/docker/overlay2/72eb8b9cb4d5449e056864f2edf9e27575b572a99ea6b374272bb10770e2136f/diff:/var/lib/docker/overlay2/f75848d283d1e56d0c8654f73f44c20d2fdb5f39a501cda15c22de4c1f82408e/diff","MergedDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/merged","UpperDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/diff","WorkDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/work"},"Name":"overlay2"},"Mounts":[{"Type":"bind","Source":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources","Destination":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Mode":"rw","RW":true,"Propagation":"rprivate"},{"Type":"bind","Source":"//var/r"
17:20:08.381 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "un/docker.sock","Destination":"/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}],"Config":{"Hostname":"e572c5649334","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["DOCKER_HOST=unix:///docker.sock","COMPOSE_PROJECT_NAME=z6g93qfd8y2a","COMPOSE_FILE=/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["up","-d","--build"],"Image":"docker/compose:1.29.2","Volumes":null,"WorkingDir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Entrypoint":["sh","/usr/local/bin/docker-compose-entrypoint.sh"],"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","org.testcontainers.version":"1.17.6"}},"NetworkSettings":{"Bridge":"","SandboxID":"b29bd2da58f0c7785fac5d4c416336dba0d25bfc4926d727b20df8d179df482c","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{},"SandboxKey":"/var/run/docker/netns/b29bd2da58f0","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:03","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:03","DriverOpts":null}}}}[\n]"
17:20:08.382 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:08.382 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "0[\r][\n]"
17:20:08.382 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:08.382 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000022: releasing valid endpoint
17:20:08.382 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000022: releasing endpoint
17:20:08.382 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000022: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:08.382 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000022: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:08.494 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f,false
17:20:08.494 [Test worker] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json], queryParams={}}
17:20:08.495 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000024: preparing request execution
17:20:08.495 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:08.495 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:08.495 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000024: target auth state: UNCHALLENGED
17:20:08.495 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000024: proxy auth state: UNCHALLENGED
17:20:08.495 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000024: acquiring connection with route {}->npipe://localhost:2375
17:20:08.495 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000024: acquiring endpoint (3 MINUTES)
17:20:08.495 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000024: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:08.495 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000024: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:08.496 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000024: acquired ep-00000023
17:20:08.496 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000024: acquired endpoint ep-00000023
17:20:08.496 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000024: executing GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:08.496 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000023: start execution ex-00000024
17:20:08.497 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000023: executing exchange ex-00000024 over http-outgoing-1
17:20:08.497 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:08.497 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> accept: application/json
17:20:08.497 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:08.497 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:08.497 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:08.497 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:08.497 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:08.497 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1[\r][\n]"
17:20:08.497 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "accept: application/json[\r][\n]"
17:20:08.497 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:08.497 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:08.497 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:08.497 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:08.497 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:08.497 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:08.501 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]"
17:20:08.501 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:08.501 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Content-Type: application/json[\r][\n]"
17:20:08.501 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:08 GMT[\r][\n]"
17:20:08.501 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:08.501 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:08.501 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:08.501 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]"
17:20:08.501 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:08.501 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 200 OK
17:20:08.501 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:08.501 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Content-Type: application/json
17:20:08.501 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:08 GMT
17:20:08.501 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:08.501 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:08.501 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:08.501 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Transfer-Encoding: chunked
17:20:08.502 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000024: connection can be kept alive for 3 MINUTES
17:20:08.506 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "1783[\r][\n]"
17:20:08.506 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "{"Id":"e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f","Created":"2023-05-04T14:20:04.819896357Z","Path":"sh","Args":["/usr/local/bin/docker-compose-entrypoint.sh","up","-d","--build"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3187,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:05.866207615Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:32d8a4638cd83922fdd94cadf4f1850b595d29757488c73adf05f4b99ebd1318","ResolvConfPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/resolv.conf","HostnamePath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hostname","HostsPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hosts","LogPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f-json.log","Name":"/nostalgic_davinci","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":["C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources:/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources:rw","//var/run/docker.sock:/docker.sock:rw"],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6-init/diff:/var/lib/docker/overlay2/c8b9b56dbd5322ced11575437322ef07602813971bb9407b67d4e5475935e6c0/diff:/var/lib/docker/overlay2/297b2fd3f3a8a0808dca49cbecfce7af84dfa486dc9efb19a48f437172f81266/diff:/var/lib/docker/overlay2/72eb8b9cb4d5449e056864f2edf9e27575b572a99ea6b374272bb10770e2136f/diff:/var/lib/docker/overlay2/f75848d283d1e56d0c8654f73f44c20d2fdb5f39a501cda15c22de4c1f82408e/diff","MergedDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/merged","UpperDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/diff","WorkDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/work"},"Name":"overlay2"},"Mounts":[{"Type":"bind","Source":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources","Destination":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Mode":"rw","RW":true,"Propagation":"rprivate"},{"Type":"bind","Source":"//var/r"
17:20:08.507 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "un/docker.sock","Destination":"/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}],"Config":{"Hostname":"e572c5649334","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["DOCKER_HOST=unix:///docker.sock","COMPOSE_PROJECT_NAME=z6g93qfd8y2a","COMPOSE_FILE=/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["up","-d","--build"],"Image":"docker/compose:1.29.2","Volumes":null,"WorkingDir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Entrypoint":["sh","/usr/local/bin/docker-compose-entrypoint.sh"],"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","org.testcontainers.version":"1.17.6"}},"NetworkSettings":{"Bridge":"","SandboxID":"b29bd2da58f0c7785fac5d4c416336dba0d25bfc4926d727b20df8d179df482c","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{},"SandboxKey":"/var/run/docker/netns/b29bd2da58f0","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:03","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:03","DriverOpts":null}}}}[\n]"
17:20:08.509 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:08.509 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "0[\r][\n]"
17:20:08.509 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:08.510 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000023: releasing valid endpoint
17:20:08.510 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000023: releasing endpoint
17:20:08.510 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000023: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:08.510 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000023: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:08.617 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f,false
17:20:08.618 [Test worker] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json], queryParams={}}
17:20:08.620 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000025: preparing request execution
17:20:08.622 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:08.622 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:08.622 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000025: target auth state: UNCHALLENGED
17:20:08.623 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000025: proxy auth state: UNCHALLENGED
17:20:08.623 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000025: acquiring connection with route {}->npipe://localhost:2375
17:20:08.623 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000025: acquiring endpoint (3 MINUTES)
17:20:08.625 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000025: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:08.627 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000025: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:08.628 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000025: acquired ep-00000024
17:20:08.628 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000025: acquired endpoint ep-00000024
17:20:08.628 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000025: executing GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:08.628 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000024: start execution ex-00000025
17:20:08.628 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000024: executing exchange ex-00000025 over http-outgoing-1
17:20:08.628 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:08.628 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> accept: application/json
17:20:08.628 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:08.628 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:08.628 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:08.628 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:08.628 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:08.628 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1[\r][\n]"
17:20:08.628 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "accept: application/json[\r][\n]"
17:20:08.628 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:08.628 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:08.628 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:08.628 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:08.628 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:08.628 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:08.647 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]"
17:20:08.647 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:08.647 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Content-Type: application/json[\r][\n]"
17:20:08.647 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:08 GMT[\r][\n]"
17:20:08.647 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:08.647 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:08.647 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:08.647 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]"
17:20:08.647 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:08.647 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 200 OK
17:20:08.647 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:08.647 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Content-Type: application/json
17:20:08.647 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:08 GMT
17:20:08.647 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:08.647 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:08.647 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:08.647 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Transfer-Encoding: chunked
17:20:08.647 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000025: connection can be kept alive for 3 MINUTES
17:20:08.661 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "1783[\r][\n]"
17:20:08.661 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "{"Id":"e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f","Created":"2023-05-04T14:20:04.819896357Z","Path":"sh","Args":["/usr/local/bin/docker-compose-entrypoint.sh","up","-d","--build"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3187,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:05.866207615Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:32d8a4638cd83922fdd94cadf4f1850b595d29757488c73adf05f4b99ebd1318","ResolvConfPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/resolv.conf","HostnamePath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hostname","HostsPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hosts","LogPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f-json.log","Name":"/nostalgic_davinci","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":["C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources:/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources:rw","//var/run/docker.sock:/docker.sock:rw"],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6-init/diff:/var/lib/docker/overlay2/c8b9b56dbd5322ced11575437322ef07602813971bb9407b67d4e5475935e6c0/diff:/var/lib/docker/overlay2/297b2fd3f3a8a0808dca49cbecfce7af84dfa486dc9efb19a48f437172f81266/diff:/var/lib/docker/overlay2/72eb8b9cb4d5449e056864f2edf9e27575b572a99ea6b374272bb10770e2136f/diff:/var/lib/docker/overlay2/f75848d283d1e56d0c8654f73f44c20d2fdb5f39a501cda15c22de4c1f82408e/diff","MergedDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/merged","UpperDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/diff","WorkDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/work"},"Name":"overlay2"},"Mounts":[{"Type":"bind","Source":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources","Destination":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Mode":"rw","RW":true,"Propagation":"rprivate"},{"Type":"bind","Source":"//var/r"
17:20:08.661 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "un/docker.sock","Destination":"/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}],"Config":{"Hostname":"e572c5649334","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["DOCKER_HOST=unix:///docker.sock","COMPOSE_PROJECT_NAME=z6g93qfd8y2a","COMPOSE_FILE=/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["up","-d","--build"],"Image":"docker/compose:1.29.2","Volumes":null,"WorkingDir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Entrypoint":["sh","/usr/local/bin/docker-compose-entrypoint.sh"],"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","org.testcontainers.version":"1.17.6"}},"NetworkSettings":{"Bridge":"","SandboxID":"b29bd2da58f0c7785fac5d4c416336dba0d25bfc4926d727b20df8d179df482c","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{},"SandboxKey":"/var/run/docker/netns/b29bd2da58f0","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:03","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:03","DriverOpts":null}}}}[\n]"
17:20:08.664 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:08.670 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "0[\r][\n]"
17:20:08.670 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:08.670 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000024: releasing valid endpoint
17:20:08.670 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000024: releasing endpoint
17:20:08.670 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000024: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:08.670 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000024: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:08.773 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f,false
17:20:08.774 [Test worker] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json], queryParams={}}
17:20:08.775 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000026: preparing request execution
17:20:08.775 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:08.775 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:08.775 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000026: target auth state: UNCHALLENGED
17:20:08.775 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000026: proxy auth state: UNCHALLENGED
17:20:08.775 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000026: acquiring connection with route {}->npipe://localhost:2375
17:20:08.775 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000026: acquiring endpoint (3 MINUTES)
17:20:08.775 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000026: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:08.775 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000026: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:08.776 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000026: acquired ep-00000025
17:20:08.776 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000026: acquired endpoint ep-00000025
17:20:08.776 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000026: executing GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:08.776 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000025: start execution ex-00000026
17:20:08.776 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000025: executing exchange ex-00000026 over http-outgoing-1
17:20:08.776 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:08.777 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> accept: application/json
17:20:08.777 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:08.777 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:08.777 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:08.777 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:08.777 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:08.777 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1[\r][\n]"
17:20:08.777 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "accept: application/json[\r][\n]"
17:20:08.777 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:08.777 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:08.777 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:08.777 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:08.777 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:08.777 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:08.783 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]"
17:20:08.783 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:08.783 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Content-Type: application/json[\r][\n]"
17:20:08.783 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:08 GMT[\r][\n]"
17:20:08.783 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:08.783 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:08.783 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:08.783 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]"
17:20:08.783 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:08.783 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 200 OK
17:20:08.783 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:08.783 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Content-Type: application/json
17:20:08.783 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:08 GMT
17:20:08.783 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:08.783 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:08.783 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:08.783 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Transfer-Encoding: chunked
17:20:08.783 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000026: connection can be kept alive for 3 MINUTES
17:20:08.788 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "1783[\r][\n]"
17:20:08.788 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "{"Id":"e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f","Created":"2023-05-04T14:20:04.819896357Z","Path":"sh","Args":["/usr/local/bin/docker-compose-entrypoint.sh","up","-d","--build"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3187,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:05.866207615Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:32d8a4638cd83922fdd94cadf4f1850b595d29757488c73adf05f4b99ebd1318","ResolvConfPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/resolv.conf","HostnamePath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hostname","HostsPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hosts","LogPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f-json.log","Name":"/nostalgic_davinci","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":["C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources:/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources:rw","//var/run/docker.sock:/docker.sock:rw"],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6-init/diff:/var/lib/docker/overlay2/c8b9b56dbd5322ced11575437322ef07602813971bb9407b67d4e5475935e6c0/diff:/var/lib/docker/overlay2/297b2fd3f3a8a0808dca49cbecfce7af84dfa486dc9efb19a48f437172f81266/diff:/var/lib/docker/overlay2/72eb8b9cb4d5449e056864f2edf9e27575b572a99ea6b374272bb10770e2136f/diff:/var/lib/docker/overlay2/f75848d283d1e56d0c8654f73f44c20d2fdb5f39a501cda15c22de4c1f82408e/diff","MergedDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/merged","UpperDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/diff","WorkDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/work"},"Name":"overlay2"},"Mounts":[{"Type":"bind","Source":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources","Destination":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Mode":"rw","RW":true,"Propagation":"rprivate"},{"Type":"bind","Source":"//var/r"
17:20:08.789 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "un/docker.sock","Destination":"/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}],"Config":{"Hostname":"e572c5649334","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["DOCKER_HOST=unix:///docker.sock","COMPOSE_PROJECT_NAME=z6g93qfd8y2a","COMPOSE_FILE=/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["up","-d","--build"],"Image":"docker/compose:1.29.2","Volumes":null,"WorkingDir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Entrypoint":["sh","/usr/local/bin/docker-compose-entrypoint.sh"],"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","org.testcontainers.version":"1.17.6"}},"NetworkSettings":{"Bridge":"","SandboxID":"b29bd2da58f0c7785fac5d4c416336dba0d25bfc4926d727b20df8d179df482c","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{},"SandboxKey":"/var/run/docker/netns/b29bd2da58f0","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:03","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:03","DriverOpts":null}}}}[\n]"
17:20:08.790 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:08.790 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "0[\r][\n]"
17:20:08.790 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:08.790 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000025: releasing valid endpoint
17:20:08.790 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000025: releasing endpoint
17:20:08.791 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000025: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:08.791 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000025: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:08.895 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f,false
17:20:08.896 [Test worker] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json], queryParams={}}
17:20:08.897 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000027: preparing request execution
17:20:08.897 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:08.897 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:08.897 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000027: target auth state: UNCHALLENGED
17:20:08.897 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000027: proxy auth state: UNCHALLENGED
17:20:08.897 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000027: acquiring connection with route {}->npipe://localhost:2375
17:20:08.897 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000027: acquiring endpoint (3 MINUTES)
17:20:08.898 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000027: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:08.898 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000027: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:08.898 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000027: acquired ep-00000026
17:20:08.898 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000027: acquired endpoint ep-00000026
17:20:08.898 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000027: executing GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:08.898 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000026: start execution ex-00000027
17:20:08.898 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000026: executing exchange ex-00000027 over http-outgoing-1
17:20:08.898 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:08.898 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> accept: application/json
17:20:08.898 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:08.898 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:08.898 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:08.898 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:08.898 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:08.898 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1[\r][\n]"
17:20:08.898 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "accept: application/json[\r][\n]"
17:20:08.898 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:08.898 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:08.898 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:08.898 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:08.898 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:08.898 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:08.904 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]"
17:20:08.904 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:08.904 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Content-Type: application/json[\r][\n]"
17:20:08.904 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:08 GMT[\r][\n]"
17:20:08.904 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:08.904 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:08.904 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:08.904 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]"
17:20:08.904 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:08.904 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 200 OK
17:20:08.904 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:08.904 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Content-Type: application/json
17:20:08.904 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:08 GMT
17:20:08.904 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:08.904 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:08.904 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:08.904 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Transfer-Encoding: chunked
17:20:08.904 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000027: connection can be kept alive for 3 MINUTES
17:20:08.908 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "1783[\r][\n]"
17:20:08.909 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "{"Id":"e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f","Created":"2023-05-04T14:20:04.819896357Z","Path":"sh","Args":["/usr/local/bin/docker-compose-entrypoint.sh","up","-d","--build"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3187,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:05.866207615Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:32d8a4638cd83922fdd94cadf4f1850b595d29757488c73adf05f4b99ebd1318","ResolvConfPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/resolv.conf","HostnamePath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hostname","HostsPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hosts","LogPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f-json.log","Name":"/nostalgic_davinci","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":["C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources:/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources:rw","//var/run/docker.sock:/docker.sock:rw"],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6-init/diff:/var/lib/docker/overlay2/c8b9b56dbd5322ced11575437322ef07602813971bb9407b67d4e5475935e6c0/diff:/var/lib/docker/overlay2/297b2fd3f3a8a0808dca49cbecfce7af84dfa486dc9efb19a48f437172f81266/diff:/var/lib/docker/overlay2/72eb8b9cb4d5449e056864f2edf9e27575b572a99ea6b374272bb10770e2136f/diff:/var/lib/docker/overlay2/f75848d283d1e56d0c8654f73f44c20d2fdb5f39a501cda15c22de4c1f82408e/diff","MergedDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/merged","UpperDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/diff","WorkDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/work"},"Name":"overlay2"},"Mounts":[{"Type":"bind","Source":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources","Destination":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Mode":"rw","RW":true,"Propagation":"rprivate"},{"Type":"bind","Source":"//var/r"
17:20:08.909 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "un/docker.sock","Destination":"/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}],"Config":{"Hostname":"e572c5649334","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["DOCKER_HOST=unix:///docker.sock","COMPOSE_PROJECT_NAME=z6g93qfd8y2a","COMPOSE_FILE=/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["up","-d","--build"],"Image":"docker/compose:1.29.2","Volumes":null,"WorkingDir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Entrypoint":["sh","/usr/local/bin/docker-compose-entrypoint.sh"],"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","org.testcontainers.version":"1.17.6"}},"NetworkSettings":{"Bridge":"","SandboxID":"b29bd2da58f0c7785fac5d4c416336dba0d25bfc4926d727b20df8d179df482c","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{},"SandboxKey":"/var/run/docker/netns/b29bd2da58f0","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:03","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:03","DriverOpts":null}}}}[\n]"
17:20:08.911 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:08.911 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "0[\r][\n]"
17:20:08.911 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:08.911 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000026: releasing valid endpoint
17:20:08.911 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000026: releasing endpoint
17:20:08.911 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000026: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:08.911 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000026: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:09.019 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f,false
17:20:09.019 [Test worker] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json], queryParams={}}
17:20:09.019 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000028: preparing request execution
17:20:09.020 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:09.020 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:09.020 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000028: target auth state: UNCHALLENGED
17:20:09.020 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000028: proxy auth state: UNCHALLENGED
17:20:09.020 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000028: acquiring connection with route {}->npipe://localhost:2375
17:20:09.020 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000028: acquiring endpoint (3 MINUTES)
17:20:09.020 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000028: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:09.020 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000028: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:09.020 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000028: acquired ep-00000027
17:20:09.020 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000028: acquired endpoint ep-00000027
17:20:09.020 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000028: executing GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:09.020 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000027: start execution ex-00000028
17:20:09.020 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000027: executing exchange ex-00000028 over http-outgoing-1
17:20:09.020 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:09.020 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> accept: application/json
17:20:09.020 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:09.020 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:09.020 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:09.020 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:09.020 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:09.020 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1[\r][\n]"
17:20:09.020 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "accept: application/json[\r][\n]"
17:20:09.020 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:09.020 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:09.020 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:09.020 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:09.020 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:09.020 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:09.031 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]"
17:20:09.032 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:09.032 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Content-Type: application/json[\r][\n]"
17:20:09.032 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:09 GMT[\r][\n]"
17:20:09.032 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:09.032 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:09.032 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:09.032 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]"
17:20:09.032 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:09.032 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 200 OK
17:20:09.032 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:09.032 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Content-Type: application/json
17:20:09.032 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:09 GMT
17:20:09.032 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:09.032 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:09.032 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:09.032 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Transfer-Encoding: chunked
17:20:09.033 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000028: connection can be kept alive for 3 MINUTES
17:20:09.040 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "1783[\r][\n]"
17:20:09.041 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "{"Id":"e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f","Created":"2023-05-04T14:20:04.819896357Z","Path":"sh","Args":["/usr/local/bin/docker-compose-entrypoint.sh","up","-d","--build"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3187,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:05.866207615Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:32d8a4638cd83922fdd94cadf4f1850b595d29757488c73adf05f4b99ebd1318","ResolvConfPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/resolv.conf","HostnamePath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hostname","HostsPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hosts","LogPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f-json.log","Name":"/nostalgic_davinci","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":["C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources:/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources:rw","//var/run/docker.sock:/docker.sock:rw"],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6-init/diff:/var/lib/docker/overlay2/c8b9b56dbd5322ced11575437322ef07602813971bb9407b67d4e5475935e6c0/diff:/var/lib/docker/overlay2/297b2fd3f3a8a0808dca49cbecfce7af84dfa486dc9efb19a48f437172f81266/diff:/var/lib/docker/overlay2/72eb8b9cb4d5449e056864f2edf9e27575b572a99ea6b374272bb10770e2136f/diff:/var/lib/docker/overlay2/f75848d283d1e56d0c8654f73f44c20d2fdb5f39a501cda15c22de4c1f82408e/diff","MergedDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/merged","UpperDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/diff","WorkDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/work"},"Name":"overlay2"},"Mounts":[{"Type":"bind","Source":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources","Destination":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Mode":"rw","RW":true,"Propagation":"rprivate"},{"Type":"bind","Source":"//var/r"
17:20:09.042 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "un/docker.sock","Destination":"/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}],"Config":{"Hostname":"e572c5649334","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["DOCKER_HOST=unix:///docker.sock","COMPOSE_PROJECT_NAME=z6g93qfd8y2a","COMPOSE_FILE=/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["up","-d","--build"],"Image":"docker/compose:1.29.2","Volumes":null,"WorkingDir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Entrypoint":["sh","/usr/local/bin/docker-compose-entrypoint.sh"],"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","org.testcontainers.version":"1.17.6"}},"NetworkSettings":{"Bridge":"","SandboxID":"b29bd2da58f0c7785fac5d4c416336dba0d25bfc4926d727b20df8d179df482c","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{},"SandboxKey":"/var/run/docker/netns/b29bd2da58f0","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:03","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:03","DriverOpts":null}}}}[\n]"
17:20:09.043 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:09.044 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "0[\r][\n]"
17:20:09.044 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:09.044 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000027: releasing valid endpoint
17:20:09.044 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000027: releasing endpoint
17:20:09.044 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000027: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:09.044 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000027: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:09.159 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f,false
17:20:09.160 [Test worker] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json], queryParams={}}
17:20:09.160 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000029: preparing request execution
17:20:09.161 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:09.161 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:09.161 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000029: target auth state: UNCHALLENGED
17:20:09.161 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000029: proxy auth state: UNCHALLENGED
17:20:09.161 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000029: acquiring connection with route {}->npipe://localhost:2375
17:20:09.161 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000029: acquiring endpoint (3 MINUTES)
17:20:09.161 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000029: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:09.162 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000029: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:09.163 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000029: acquired ep-00000028
17:20:09.164 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000029: acquired endpoint ep-00000028
17:20:09.164 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000029: executing GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:09.164 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000028: start execution ex-00000029
17:20:09.164 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000028: executing exchange ex-00000029 over http-outgoing-1
17:20:09.164 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:09.164 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> accept: application/json
17:20:09.164 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:09.164 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:09.164 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:09.164 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:09.164 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:09.166 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1[\r][\n]"
17:20:09.166 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "accept: application/json[\r][\n]"
17:20:09.166 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:09.166 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:09.166 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:09.166 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:09.166 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:09.166 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:09.173 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]"
17:20:09.173 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:09.173 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Content-Type: application/json[\r][\n]"
17:20:09.173 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:09 GMT[\r][\n]"
17:20:09.173 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:09.173 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:09.173 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:09.173 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]"
17:20:09.173 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:09.174 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 200 OK
17:20:09.174 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:09.174 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Content-Type: application/json
17:20:09.174 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:09 GMT
17:20:09.174 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:09.174 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:09.174 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:09.174 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Transfer-Encoding: chunked
17:20:09.174 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000029: connection can be kept alive for 3 MINUTES
17:20:09.180 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "1783[\r][\n]"
17:20:09.180 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "{"Id":"e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f","Created":"2023-05-04T14:20:04.819896357Z","Path":"sh","Args":["/usr/local/bin/docker-compose-entrypoint.sh","up","-d","--build"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3187,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:05.866207615Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:32d8a4638cd83922fdd94cadf4f1850b595d29757488c73adf05f4b99ebd1318","ResolvConfPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/resolv.conf","HostnamePath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hostname","HostsPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hosts","LogPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f-json.log","Name":"/nostalgic_davinci","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":["C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources:/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources:rw","//var/run/docker.sock:/docker.sock:rw"],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6-init/diff:/var/lib/docker/overlay2/c8b9b56dbd5322ced11575437322ef07602813971bb9407b67d4e5475935e6c0/diff:/var/lib/docker/overlay2/297b2fd3f3a8a0808dca49cbecfce7af84dfa486dc9efb19a48f437172f81266/diff:/var/lib/docker/overlay2/72eb8b9cb4d5449e056864f2edf9e27575b572a99ea6b374272bb10770e2136f/diff:/var/lib/docker/overlay2/f75848d283d1e56d0c8654f73f44c20d2fdb5f39a501cda15c22de4c1f82408e/diff","MergedDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/merged","UpperDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/diff","WorkDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/work"},"Name":"overlay2"},"Mounts":[{"Type":"bind","Source":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources","Destination":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Mode":"rw","RW":true,"Propagation":"rprivate"},{"Type":"bind","Source":"//var/r"
17:20:09.180 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "un/docker.sock","Destination":"/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}],"Config":{"Hostname":"e572c5649334","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["DOCKER_HOST=unix:///docker.sock","COMPOSE_PROJECT_NAME=z6g93qfd8y2a","COMPOSE_FILE=/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["up","-d","--build"],"Image":"docker/compose:1.29.2","Volumes":null,"WorkingDir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Entrypoint":["sh","/usr/local/bin/docker-compose-entrypoint.sh"],"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","org.testcontainers.version":"1.17.6"}},"NetworkSettings":{"Bridge":"","SandboxID":"b29bd2da58f0c7785fac5d4c416336dba0d25bfc4926d727b20df8d179df482c","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{},"SandboxKey":"/var/run/docker/netns/b29bd2da58f0","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:03","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:03","DriverOpts":null}}}}[\n]"
17:20:09.183 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:09.183 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "0[\r][\n]"
17:20:09.183 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:09.183 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000028: releasing valid endpoint
17:20:09.183 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000028: releasing endpoint
17:20:09.183 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000028: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:09.183 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000028: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:09.298 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f,false
17:20:09.298 [Test worker] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json], queryParams={}}
17:20:09.299 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000002A: preparing request execution
17:20:09.299 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:09.299 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:09.299 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000002A: target auth state: UNCHALLENGED
17:20:09.299 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000002A: proxy auth state: UNCHALLENGED
17:20:09.299 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000002A: acquiring connection with route {}->npipe://localhost:2375
17:20:09.299 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000002A: acquiring endpoint (3 MINUTES)
17:20:09.299 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000002A: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:09.299 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000002A: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:09.299 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000002A: acquired ep-00000029
17:20:09.299 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000002A: acquired endpoint ep-00000029
17:20:09.299 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000002A: executing GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:09.299 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000029: start execution ex-0000002A
17:20:09.299 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000029: executing exchange ex-0000002A over http-outgoing-1
17:20:09.299 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:09.299 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> accept: application/json
17:20:09.299 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:09.299 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:09.299 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:09.299 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:09.300 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:09.300 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1[\r][\n]"
17:20:09.300 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "accept: application/json[\r][\n]"
17:20:09.300 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:09.300 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:09.300 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:09.300 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:09.300 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:09.300 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:09.308 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]"
17:20:09.308 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:09.308 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Content-Type: application/json[\r][\n]"
17:20:09.308 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:09 GMT[\r][\n]"
17:20:09.308 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:09.308 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:09.308 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:09.308 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]"
17:20:09.308 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:09.309 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 200 OK
17:20:09.309 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:09.309 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Content-Type: application/json
17:20:09.309 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:09 GMT
17:20:09.309 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:09.309 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:09.309 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:09.309 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Transfer-Encoding: chunked
17:20:09.309 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000002A: connection can be kept alive for 3 MINUTES
17:20:09.312 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "1783[\r][\n]"
17:20:09.312 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "{"Id":"e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f","Created":"2023-05-04T14:20:04.819896357Z","Path":"sh","Args":["/usr/local/bin/docker-compose-entrypoint.sh","up","-d","--build"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3187,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:05.866207615Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:32d8a4638cd83922fdd94cadf4f1850b595d29757488c73adf05f4b99ebd1318","ResolvConfPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/resolv.conf","HostnamePath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hostname","HostsPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hosts","LogPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f-json.log","Name":"/nostalgic_davinci","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":["C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources:/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources:rw","//var/run/docker.sock:/docker.sock:rw"],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6-init/diff:/var/lib/docker/overlay2/c8b9b56dbd5322ced11575437322ef07602813971bb9407b67d4e5475935e6c0/diff:/var/lib/docker/overlay2/297b2fd3f3a8a0808dca49cbecfce7af84dfa486dc9efb19a48f437172f81266/diff:/var/lib/docker/overlay2/72eb8b9cb4d5449e056864f2edf9e27575b572a99ea6b374272bb10770e2136f/diff:/var/lib/docker/overlay2/f75848d283d1e56d0c8654f73f44c20d2fdb5f39a501cda15c22de4c1f82408e/diff","MergedDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/merged","UpperDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/diff","WorkDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/work"},"Name":"overlay2"},"Mounts":[{"Type":"bind","Source":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources","Destination":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Mode":"rw","RW":true,"Propagation":"rprivate"},{"Type":"bind","Source":"//var/r"
17:20:09.313 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "un/docker.sock","Destination":"/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}],"Config":{"Hostname":"e572c5649334","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["DOCKER_HOST=unix:///docker.sock","COMPOSE_PROJECT_NAME=z6g93qfd8y2a","COMPOSE_FILE=/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["up","-d","--build"],"Image":"docker/compose:1.29.2","Volumes":null,"WorkingDir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Entrypoint":["sh","/usr/local/bin/docker-compose-entrypoint.sh"],"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","org.testcontainers.version":"1.17.6"}},"NetworkSettings":{"Bridge":"","SandboxID":"b29bd2da58f0c7785fac5d4c416336dba0d25bfc4926d727b20df8d179df482c","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{},"SandboxKey":"/var/run/docker/netns/b29bd2da58f0","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:03","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:03","DriverOpts":null}}}}[\n]"
17:20:09.317 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:09.317 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "0[\r][\n]"
17:20:09.317 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:09.317 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000029: releasing valid endpoint
17:20:09.317 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000029: releasing endpoint
17:20:09.317 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000029: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:09.317 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000029: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:09.421 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f,false
17:20:09.421 [Test worker] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json], queryParams={}}
17:20:09.422 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000002B: preparing request execution
17:20:09.422 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:09.422 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:09.422 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000002B: target auth state: UNCHALLENGED
17:20:09.422 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000002B: proxy auth state: UNCHALLENGED
17:20:09.422 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000002B: acquiring connection with route {}->npipe://localhost:2375
17:20:09.422 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000002B: acquiring endpoint (3 MINUTES)
17:20:09.422 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000002B: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:09.422 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000002B: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:09.422 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000002B: acquired ep-0000002A
17:20:09.422 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000002B: acquired endpoint ep-0000002A
17:20:09.422 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000002B: executing GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:09.422 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000002A: start execution ex-0000002B
17:20:09.422 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000002A: executing exchange ex-0000002B over http-outgoing-1
17:20:09.423 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:09.423 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> accept: application/json
17:20:09.423 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:09.423 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:09.423 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:09.423 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:09.423 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:09.423 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1[\r][\n]"
17:20:09.423 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "accept: application/json[\r][\n]"
17:20:09.423 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:09.423 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:09.423 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:09.423 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:09.423 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:09.423 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:09.443 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]"
17:20:09.443 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:09.443 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Content-Type: application/json[\r][\n]"
17:20:09.443 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:09 GMT[\r][\n]"
17:20:09.443 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:09.443 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:09.444 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:09.444 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]"
17:20:09.444 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:09.444 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 200 OK
17:20:09.444 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:09.444 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Content-Type: application/json
17:20:09.444 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:09 GMT
17:20:09.444 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:09.444 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:09.444 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:09.444 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Transfer-Encoding: chunked
17:20:09.444 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000002B: connection can be kept alive for 3 MINUTES
17:20:09.452 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "1783[\r][\n]"
17:20:09.453 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "{"Id":"e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f","Created":"2023-05-04T14:20:04.819896357Z","Path":"sh","Args":["/usr/local/bin/docker-compose-entrypoint.sh","up","-d","--build"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3187,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:05.866207615Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:32d8a4638cd83922fdd94cadf4f1850b595d29757488c73adf05f4b99ebd1318","ResolvConfPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/resolv.conf","HostnamePath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hostname","HostsPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hosts","LogPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f-json.log","Name":"/nostalgic_davinci","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":["C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources:/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources:rw","//var/run/docker.sock:/docker.sock:rw"],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6-init/diff:/var/lib/docker/overlay2/c8b9b56dbd5322ced11575437322ef07602813971bb9407b67d4e5475935e6c0/diff:/var/lib/docker/overlay2/297b2fd3f3a8a0808dca49cbecfce7af84dfa486dc9efb19a48f437172f81266/diff:/var/lib/docker/overlay2/72eb8b9cb4d5449e056864f2edf9e27575b572a99ea6b374272bb10770e2136f/diff:/var/lib/docker/overlay2/f75848d283d1e56d0c8654f73f44c20d2fdb5f39a501cda15c22de4c1f82408e/diff","MergedDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/merged","UpperDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/diff","WorkDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/work"},"Name":"overlay2"},"Mounts":[{"Type":"bind","Source":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources","Destination":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Mode":"rw","RW":true,"Propagation":"rprivate"},{"Type":"bind","Source":"//var/r"
17:20:09.454 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "un/docker.sock","Destination":"/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}],"Config":{"Hostname":"e572c5649334","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["DOCKER_HOST=unix:///docker.sock","COMPOSE_PROJECT_NAME=z6g93qfd8y2a","COMPOSE_FILE=/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["up","-d","--build"],"Image":"docker/compose:1.29.2","Volumes":null,"WorkingDir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Entrypoint":["sh","/usr/local/bin/docker-compose-entrypoint.sh"],"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","org.testcontainers.version":"1.17.6"}},"NetworkSettings":{"Bridge":"","SandboxID":"b29bd2da58f0c7785fac5d4c416336dba0d25bfc4926d727b20df8d179df482c","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{},"SandboxKey":"/var/run/docker/netns/b29bd2da58f0","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:03","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:03","DriverOpts":null}}}}[\n]"
17:20:09.455 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:09.455 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "0[\r][\n]"
17:20:09.455 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:09.455 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000002A: releasing valid endpoint
17:20:09.455 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000002A: releasing endpoint
17:20:09.456 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000002A: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:09.456 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000002A: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:09.559 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f,false
17:20:09.560 [Test worker] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json], queryParams={}}
17:20:09.561 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000002C: preparing request execution
17:20:09.561 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:09.561 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:09.561 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000002C: target auth state: UNCHALLENGED
17:20:09.561 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000002C: proxy auth state: UNCHALLENGED
17:20:09.561 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000002C: acquiring connection with route {}->npipe://localhost:2375
17:20:09.561 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000002C: acquiring endpoint (3 MINUTES)
17:20:09.561 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000002C: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:09.562 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000002C: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:09.562 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000002C: acquired ep-0000002B
17:20:09.562 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000002C: acquired endpoint ep-0000002B
17:20:09.562 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000002C: executing GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:09.562 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000002B: start execution ex-0000002C
17:20:09.562 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000002B: executing exchange ex-0000002C over http-outgoing-1
17:20:09.562 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:09.562 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> accept: application/json
17:20:09.562 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:09.562 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:09.562 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:09.562 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:09.562 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:09.562 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1[\r][\n]"
17:20:09.562 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "accept: application/json[\r][\n]"
17:20:09.562 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:09.562 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:09.562 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:09.562 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:09.562 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:09.562 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:09.582 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]"
17:20:09.582 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:09.582 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Content-Type: application/json[\r][\n]"
17:20:09.582 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:09 GMT[\r][\n]"
17:20:09.582 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:09.582 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:09.582 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:09.582 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]"
17:20:09.582 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:09.582 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 200 OK
17:20:09.582 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:09.582 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Content-Type: application/json
17:20:09.582 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:09 GMT
17:20:09.582 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:09.582 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:09.582 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:09.582 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Transfer-Encoding: chunked
17:20:09.582 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000002C: connection can be kept alive for 3 MINUTES
17:20:09.589 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "1783[\r][\n]"
17:20:09.589 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "{"Id":"e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f","Created":"2023-05-04T14:20:04.819896357Z","Path":"sh","Args":["/usr/local/bin/docker-compose-entrypoint.sh","up","-d","--build"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3187,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:05.866207615Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:32d8a4638cd83922fdd94cadf4f1850b595d29757488c73adf05f4b99ebd1318","ResolvConfPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/resolv.conf","HostnamePath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hostname","HostsPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hosts","LogPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f-json.log","Name":"/nostalgic_davinci","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":["C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources:/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources:rw","//var/run/docker.sock:/docker.sock:rw"],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6-init/diff:/var/lib/docker/overlay2/c8b9b56dbd5322ced11575437322ef07602813971bb9407b67d4e5475935e6c0/diff:/var/lib/docker/overlay2/297b2fd3f3a8a0808dca49cbecfce7af84dfa486dc9efb19a48f437172f81266/diff:/var/lib/docker/overlay2/72eb8b9cb4d5449e056864f2edf9e27575b572a99ea6b374272bb10770e2136f/diff:/var/lib/docker/overlay2/f75848d283d1e56d0c8654f73f44c20d2fdb5f39a501cda15c22de4c1f82408e/diff","MergedDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/merged","UpperDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/diff","WorkDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/work"},"Name":"overlay2"},"Mounts":[{"Type":"bind","Source":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources","Destination":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Mode":"rw","RW":true,"Propagation":"rprivate"},{"Type":"bind","Source":"//var/r"
17:20:09.590 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "un/docker.sock","Destination":"/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}],"Config":{"Hostname":"e572c5649334","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["DOCKER_HOST=unix:///docker.sock","COMPOSE_PROJECT_NAME=z6g93qfd8y2a","COMPOSE_FILE=/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["up","-d","--build"],"Image":"docker/compose:1.29.2","Volumes":null,"WorkingDir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Entrypoint":["sh","/usr/local/bin/docker-compose-entrypoint.sh"],"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","org.testcontainers.version":"1.17.6"}},"NetworkSettings":{"Bridge":"","SandboxID":"b29bd2da58f0c7785fac5d4c416336dba0d25bfc4926d727b20df8d179df482c","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{},"SandboxKey":"/var/run/docker/netns/b29bd2da58f0","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:03","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:03","DriverOpts":null}}}}[\n]"
17:20:09.591 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:09.591 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "0[\r][\n]"
17:20:09.591 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:09.592 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000002B: releasing valid endpoint
17:20:09.592 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000002B: releasing endpoint
17:20:09.592 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000002B: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:09.592 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000002B: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:09.700 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f,false
17:20:09.700 [Test worker] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json], queryParams={}}
17:20:09.701 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000002D: preparing request execution
17:20:09.701 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:09.701 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:09.701 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000002D: target auth state: UNCHALLENGED
17:20:09.701 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000002D: proxy auth state: UNCHALLENGED
17:20:09.701 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000002D: acquiring connection with route {}->npipe://localhost:2375
17:20:09.702 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000002D: acquiring endpoint (3 MINUTES)
17:20:09.702 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000002D: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:09.702 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000002D: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:09.702 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000002D: acquired ep-0000002C
17:20:09.702 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000002D: acquired endpoint ep-0000002C
17:20:09.702 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000002D: executing GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:09.702 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000002C: start execution ex-0000002D
17:20:09.704 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000002C: executing exchange ex-0000002D over http-outgoing-1
17:20:09.704 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:09.704 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> accept: application/json
17:20:09.704 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:09.704 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:09.704 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:09.704 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:09.704 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:09.704 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1[\r][\n]"
17:20:09.704 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "accept: application/json[\r][\n]"
17:20:09.704 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:09.704 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:09.704 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:09.704 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:09.704 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:09.704 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:09.711 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]"
17:20:09.711 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:09.711 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Content-Type: application/json[\r][\n]"
17:20:09.711 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:09 GMT[\r][\n]"
17:20:09.711 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:09.711 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:09.711 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:09.711 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]"
17:20:09.711 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:09.711 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 200 OK
17:20:09.711 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:09.711 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Content-Type: application/json
17:20:09.711 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:09 GMT
17:20:09.711 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:09.711 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:09.711 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:09.711 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Transfer-Encoding: chunked
17:20:09.713 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000002D: connection can be kept alive for 3 MINUTES
17:20:09.721 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "1783[\r][\n]"
17:20:09.721 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "{"Id":"e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f","Created":"2023-05-04T14:20:04.819896357Z","Path":"sh","Args":["/usr/local/bin/docker-compose-entrypoint.sh","up","-d","--build"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3187,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:05.866207615Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:32d8a4638cd83922fdd94cadf4f1850b595d29757488c73adf05f4b99ebd1318","ResolvConfPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/resolv.conf","HostnamePath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hostname","HostsPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hosts","LogPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f-json.log","Name":"/nostalgic_davinci","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":["C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources:/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources:rw","//var/run/docker.sock:/docker.sock:rw"],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6-init/diff:/var/lib/docker/overlay2/c8b9b56dbd5322ced11575437322ef07602813971bb9407b67d4e5475935e6c0/diff:/var/lib/docker/overlay2/297b2fd3f3a8a0808dca49cbecfce7af84dfa486dc9efb19a48f437172f81266/diff:/var/lib/docker/overlay2/72eb8b9cb4d5449e056864f2edf9e27575b572a99ea6b374272bb10770e2136f/diff:/var/lib/docker/overlay2/f75848d283d1e56d0c8654f73f44c20d2fdb5f39a501cda15c22de4c1f82408e/diff","MergedDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/merged","UpperDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/diff","WorkDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/work"},"Name":"overlay2"},"Mounts":[{"Type":"bind","Source":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources","Destination":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Mode":"rw","RW":true,"Propagation":"rprivate"},{"Type":"bind","Source":"//var/r"
17:20:09.722 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "un/docker.sock","Destination":"/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}],"Config":{"Hostname":"e572c5649334","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["DOCKER_HOST=unix:///docker.sock","COMPOSE_PROJECT_NAME=z6g93qfd8y2a","COMPOSE_FILE=/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["up","-d","--build"],"Image":"docker/compose:1.29.2","Volumes":null,"WorkingDir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Entrypoint":["sh","/usr/local/bin/docker-compose-entrypoint.sh"],"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","org.testcontainers.version":"1.17.6"}},"NetworkSettings":{"Bridge":"","SandboxID":"b29bd2da58f0c7785fac5d4c416336dba0d25bfc4926d727b20df8d179df482c","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{},"SandboxKey":"/var/run/docker/netns/b29bd2da58f0","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:03","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:03","DriverOpts":null}}}}[\n]"
17:20:09.722 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:09.725 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "0[\r][\n]"
17:20:09.725 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:09.725 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000002C: releasing valid endpoint
17:20:09.725 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000002C: releasing endpoint
17:20:09.725 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000002C: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:09.725 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000002C: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:09.839 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f,false
17:20:09.840 [Test worker] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json], queryParams={}}
17:20:09.841 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000002E: preparing request execution
17:20:09.842 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:09.842 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:09.842 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000002E: target auth state: UNCHALLENGED
17:20:09.842 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000002E: proxy auth state: UNCHALLENGED
17:20:09.842 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000002E: acquiring connection with route {}->npipe://localhost:2375
17:20:09.842 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000002E: acquiring endpoint (3 MINUTES)
17:20:09.842 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000002E: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:09.842 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000002E: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:09.842 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000002E: acquired ep-0000002D
17:20:09.843 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000002E: acquired endpoint ep-0000002D
17:20:09.843 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000002E: executing GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:09.843 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000002D: start execution ex-0000002E
17:20:09.843 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000002D: executing exchange ex-0000002E over http-outgoing-1
17:20:09.843 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:09.843 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> accept: application/json
17:20:09.843 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:09.843 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:09.843 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:09.843 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:09.843 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:09.843 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1[\r][\n]"
17:20:09.843 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "accept: application/json[\r][\n]"
17:20:09.843 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:09.843 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:09.843 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:09.843 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:09.844 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:09.844 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:09.849 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]"
17:20:09.849 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:09.849 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Content-Type: application/json[\r][\n]"
17:20:09.849 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:09 GMT[\r][\n]"
17:20:09.849 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:09.849 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:09.849 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:09.849 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]"
17:20:09.849 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:09.849 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 200 OK
17:20:09.849 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:09.849 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Content-Type: application/json
17:20:09.849 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:09 GMT
17:20:09.849 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:09.849 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:09.849 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:09.849 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Transfer-Encoding: chunked
17:20:09.850 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000002E: connection can be kept alive for 3 MINUTES
17:20:09.853 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "1783[\r][\n]"
17:20:09.853 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "{"Id":"e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f","Created":"2023-05-04T14:20:04.819896357Z","Path":"sh","Args":["/usr/local/bin/docker-compose-entrypoint.sh","up","-d","--build"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3187,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:05.866207615Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:32d8a4638cd83922fdd94cadf4f1850b595d29757488c73adf05f4b99ebd1318","ResolvConfPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/resolv.conf","HostnamePath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hostname","HostsPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hosts","LogPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f-json.log","Name":"/nostalgic_davinci","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":["C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources:/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources:rw","//var/run/docker.sock:/docker.sock:rw"],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6-init/diff:/var/lib/docker/overlay2/c8b9b56dbd5322ced11575437322ef07602813971bb9407b67d4e5475935e6c0/diff:/var/lib/docker/overlay2/297b2fd3f3a8a0808dca49cbecfce7af84dfa486dc9efb19a48f437172f81266/diff:/var/lib/docker/overlay2/72eb8b9cb4d5449e056864f2edf9e27575b572a99ea6b374272bb10770e2136f/diff:/var/lib/docker/overlay2/f75848d283d1e56d0c8654f73f44c20d2fdb5f39a501cda15c22de4c1f82408e/diff","MergedDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/merged","UpperDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/diff","WorkDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/work"},"Name":"overlay2"},"Mounts":[{"Type":"bind","Source":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources","Destination":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Mode":"rw","RW":true,"Propagation":"rprivate"},{"Type":"bind","Source":"//var/r"
17:20:09.854 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "un/docker.sock","Destination":"/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}],"Config":{"Hostname":"e572c5649334","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["DOCKER_HOST=unix:///docker.sock","COMPOSE_PROJECT_NAME=z6g93qfd8y2a","COMPOSE_FILE=/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["up","-d","--build"],"Image":"docker/compose:1.29.2","Volumes":null,"WorkingDir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Entrypoint":["sh","/usr/local/bin/docker-compose-entrypoint.sh"],"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","org.testcontainers.version":"1.17.6"}},"NetworkSettings":{"Bridge":"","SandboxID":"b29bd2da58f0c7785fac5d4c416336dba0d25bfc4926d727b20df8d179df482c","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{},"SandboxKey":"/var/run/docker/netns/b29bd2da58f0","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:03","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:03","DriverOpts":null}}}}[\n]"
17:20:09.856 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:09.856 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "0[\r][\n]"
17:20:09.856 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:09.856 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000002D: releasing valid endpoint
17:20:09.856 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000002D: releasing endpoint
17:20:09.856 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000002D: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:09.856 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000002D: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:09.963 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f,false
17:20:09.963 [Test worker] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json], queryParams={}}
17:20:09.963 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000002F: preparing request execution
17:20:09.964 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:09.964 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:09.964 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000002F: target auth state: UNCHALLENGED
17:20:09.964 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000002F: proxy auth state: UNCHALLENGED
17:20:09.964 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000002F: acquiring connection with route {}->npipe://localhost:2375
17:20:09.964 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000002F: acquiring endpoint (3 MINUTES)
17:20:09.964 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000002F: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:09.964 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000002F: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:09.964 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000002F: acquired ep-0000002E
17:20:09.964 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000002F: acquired endpoint ep-0000002E
17:20:09.964 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000002F: executing GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:09.964 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000002E: start execution ex-0000002F
17:20:09.964 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000002E: executing exchange ex-0000002F over http-outgoing-1
17:20:09.964 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:09.964 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> accept: application/json
17:20:09.964 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:09.964 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:09.964 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:09.964 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:09.964 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:09.964 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1[\r][\n]"
17:20:09.964 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "accept: application/json[\r][\n]"
17:20:09.964 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:09.964 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:09.964 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:09.964 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:09.965 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:09.965 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:09.970 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]"
17:20:09.970 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:09.970 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Content-Type: application/json[\r][\n]"
17:20:09.970 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:09 GMT[\r][\n]"
17:20:09.970 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:09.970 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:09.970 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:09.970 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]"
17:20:09.970 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:09.970 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 200 OK
17:20:09.970 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:09.970 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Content-Type: application/json
17:20:09.970 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:09 GMT
17:20:09.970 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:09.970 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:09.970 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:09.970 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Transfer-Encoding: chunked
17:20:09.970 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000002F: connection can be kept alive for 3 MINUTES
17:20:09.974 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "1783[\r][\n]"
17:20:09.974 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "{"Id":"e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f","Created":"2023-05-04T14:20:04.819896357Z","Path":"sh","Args":["/usr/local/bin/docker-compose-entrypoint.sh","up","-d","--build"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3187,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:05.866207615Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:32d8a4638cd83922fdd94cadf4f1850b595d29757488c73adf05f4b99ebd1318","ResolvConfPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/resolv.conf","HostnamePath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hostname","HostsPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hosts","LogPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f-json.log","Name":"/nostalgic_davinci","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":["C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources:/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources:rw","//var/run/docker.sock:/docker.sock:rw"],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6-init/diff:/var/lib/docker/overlay2/c8b9b56dbd5322ced11575437322ef07602813971bb9407b67d4e5475935e6c0/diff:/var/lib/docker/overlay2/297b2fd3f3a8a0808dca49cbecfce7af84dfa486dc9efb19a48f437172f81266/diff:/var/lib/docker/overlay2/72eb8b9cb4d5449e056864f2edf9e27575b572a99ea6b374272bb10770e2136f/diff:/var/lib/docker/overlay2/f75848d283d1e56d0c8654f73f44c20d2fdb5f39a501cda15c22de4c1f82408e/diff","MergedDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/merged","UpperDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/diff","WorkDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/work"},"Name":"overlay2"},"Mounts":[{"Type":"bind","Source":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources","Destination":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Mode":"rw","RW":true,"Propagation":"rprivate"},{"Type":"bind","Source":"//var/r"
17:20:09.975 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "un/docker.sock","Destination":"/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}],"Config":{"Hostname":"e572c5649334","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["DOCKER_HOST=unix:///docker.sock","COMPOSE_PROJECT_NAME=z6g93qfd8y2a","COMPOSE_FILE=/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["up","-d","--build"],"Image":"docker/compose:1.29.2","Volumes":null,"WorkingDir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Entrypoint":["sh","/usr/local/bin/docker-compose-entrypoint.sh"],"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","org.testcontainers.version":"1.17.6"}},"NetworkSettings":{"Bridge":"","SandboxID":"b29bd2da58f0c7785fac5d4c416336dba0d25bfc4926d727b20df8d179df482c","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{},"SandboxKey":"/var/run/docker/netns/b29bd2da58f0","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:03","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:03","DriverOpts":null}}}}[\n]"
17:20:09.976 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:09.976 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "0[\r][\n]"
17:20:09.976 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:09.976 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000002E: releasing valid endpoint
17:20:09.976 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000002E: releasing endpoint
17:20:09.976 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000002E: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:09.976 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000002E: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:10.087 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f,false
17:20:10.088 [Test worker] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json], queryParams={}}
17:20:10.088 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000030: preparing request execution
17:20:10.088 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:10.088 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:10.088 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000030: target auth state: UNCHALLENGED
17:20:10.088 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000030: proxy auth state: UNCHALLENGED
17:20:10.088 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000030: acquiring connection with route {}->npipe://localhost:2375
17:20:10.088 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000030: acquiring endpoint (3 MINUTES)
17:20:10.088 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000030: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:10.088 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000030: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:10.088 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000030: acquired ep-0000002F
17:20:10.088 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000030: acquired endpoint ep-0000002F
17:20:10.088 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000030: executing GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:10.088 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000002F: start execution ex-00000030
17:20:10.088 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000002F: executing exchange ex-00000030 over http-outgoing-1
17:20:10.088 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:10.088 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> accept: application/json
17:20:10.088 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:10.088 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:10.089 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:10.089 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:10.089 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:10.089 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1[\r][\n]"
17:20:10.089 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "accept: application/json[\r][\n]"
17:20:10.089 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:10.089 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:10.089 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:10.089 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:10.089 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:10.089 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:10.094 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]"
17:20:10.094 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:10.094 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Content-Type: application/json[\r][\n]"
17:20:10.094 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:10 GMT[\r][\n]"
17:20:10.094 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:10.094 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:10.094 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:10.094 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]"
17:20:10.094 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:10.094 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 200 OK
17:20:10.094 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:10.094 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Content-Type: application/json
17:20:10.094 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:10 GMT
17:20:10.094 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:10.094 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:10.094 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:10.094 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Transfer-Encoding: chunked
17:20:10.094 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000030: connection can be kept alive for 3 MINUTES
17:20:10.097 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "1783[\r][\n]"
17:20:10.098 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "{"Id":"e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f","Created":"2023-05-04T14:20:04.819896357Z","Path":"sh","Args":["/usr/local/bin/docker-compose-entrypoint.sh","up","-d","--build"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3187,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:05.866207615Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:32d8a4638cd83922fdd94cadf4f1850b595d29757488c73adf05f4b99ebd1318","ResolvConfPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/resolv.conf","HostnamePath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hostname","HostsPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hosts","LogPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f-json.log","Name":"/nostalgic_davinci","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":["C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources:/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources:rw","//var/run/docker.sock:/docker.sock:rw"],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6-init/diff:/var/lib/docker/overlay2/c8b9b56dbd5322ced11575437322ef07602813971bb9407b67d4e5475935e6c0/diff:/var/lib/docker/overlay2/297b2fd3f3a8a0808dca49cbecfce7af84dfa486dc9efb19a48f437172f81266/diff:/var/lib/docker/overlay2/72eb8b9cb4d5449e056864f2edf9e27575b572a99ea6b374272bb10770e2136f/diff:/var/lib/docker/overlay2/f75848d283d1e56d0c8654f73f44c20d2fdb5f39a501cda15c22de4c1f82408e/diff","MergedDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/merged","UpperDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/diff","WorkDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/work"},"Name":"overlay2"},"Mounts":[{"Type":"bind","Source":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources","Destination":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Mode":"rw","RW":true,"Propagation":"rprivate"},{"Type":"bind","Source":"//var/r"
17:20:10.098 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "un/docker.sock","Destination":"/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}],"Config":{"Hostname":"e572c5649334","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["DOCKER_HOST=unix:///docker.sock","COMPOSE_PROJECT_NAME=z6g93qfd8y2a","COMPOSE_FILE=/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["up","-d","--build"],"Image":"docker/compose:1.29.2","Volumes":null,"WorkingDir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Entrypoint":["sh","/usr/local/bin/docker-compose-entrypoint.sh"],"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","org.testcontainers.version":"1.17.6"}},"NetworkSettings":{"Bridge":"","SandboxID":"b29bd2da58f0c7785fac5d4c416336dba0d25bfc4926d727b20df8d179df482c","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{},"SandboxKey":"/var/run/docker/netns/b29bd2da58f0","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:03","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:03","DriverOpts":null}}}}[\n]"
17:20:10.099 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:10.099 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "0[\r][\n]"
17:20:10.099 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:10.099 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000002F: releasing valid endpoint
17:20:10.099 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000002F: releasing endpoint
17:20:10.099 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000002F: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:10.099 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000002F: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:10.210 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f,false
17:20:10.210 [Test worker] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json], queryParams={}}
17:20:10.211 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000031: preparing request execution
17:20:10.211 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:10.211 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:10.211 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000031: target auth state: UNCHALLENGED
17:20:10.211 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000031: proxy auth state: UNCHALLENGED
17:20:10.211 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000031: acquiring connection with route {}->npipe://localhost:2375
17:20:10.211 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000031: acquiring endpoint (3 MINUTES)
17:20:10.211 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000031: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:10.211 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000031: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:10.211 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000031: acquired ep-00000030
17:20:10.211 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000031: acquired endpoint ep-00000030
17:20:10.211 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000031: executing GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:10.211 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000030: start execution ex-00000031
17:20:10.212 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000030: executing exchange ex-00000031 over http-outgoing-1
17:20:10.212 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:10.212 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> accept: application/json
17:20:10.212 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:10.212 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:10.212 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:10.212 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:10.212 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:10.212 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1[\r][\n]"
17:20:10.212 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "accept: application/json[\r][\n]"
17:20:10.212 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:10.212 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:10.212 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:10.212 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:10.212 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:10.212 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:10.217 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]"
17:20:10.217 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:10.217 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Content-Type: application/json[\r][\n]"
17:20:10.217 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:10 GMT[\r][\n]"
17:20:10.217 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:10.217 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:10.217 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:10.217 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]"
17:20:10.217 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:10.218 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 200 OK
17:20:10.218 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:10.218 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Content-Type: application/json
17:20:10.218 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:10 GMT
17:20:10.218 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:10.218 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:10.218 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:10.218 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Transfer-Encoding: chunked
17:20:10.218 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000031: connection can be kept alive for 3 MINUTES
17:20:10.223 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "1783[\r][\n]"
17:20:10.224 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "{"Id":"e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f","Created":"2023-05-04T14:20:04.819896357Z","Path":"sh","Args":["/usr/local/bin/docker-compose-entrypoint.sh","up","-d","--build"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3187,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:05.866207615Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:32d8a4638cd83922fdd94cadf4f1850b595d29757488c73adf05f4b99ebd1318","ResolvConfPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/resolv.conf","HostnamePath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hostname","HostsPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hosts","LogPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f-json.log","Name":"/nostalgic_davinci","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":["C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources:/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources:rw","//var/run/docker.sock:/docker.sock:rw"],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6-init/diff:/var/lib/docker/overlay2/c8b9b56dbd5322ced11575437322ef07602813971bb9407b67d4e5475935e6c0/diff:/var/lib/docker/overlay2/297b2fd3f3a8a0808dca49cbecfce7af84dfa486dc9efb19a48f437172f81266/diff:/var/lib/docker/overlay2/72eb8b9cb4d5449e056864f2edf9e27575b572a99ea6b374272bb10770e2136f/diff:/var/lib/docker/overlay2/f75848d283d1e56d0c8654f73f44c20d2fdb5f39a501cda15c22de4c1f82408e/diff","MergedDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/merged","UpperDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/diff","WorkDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/work"},"Name":"overlay2"},"Mounts":[{"Type":"bind","Source":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources","Destination":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Mode":"rw","RW":true,"Propagation":"rprivate"},{"Type":"bind","Source":"//var/r"
17:20:10.224 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "un/docker.sock","Destination":"/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}],"Config":{"Hostname":"e572c5649334","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["DOCKER_HOST=unix:///docker.sock","COMPOSE_PROJECT_NAME=z6g93qfd8y2a","COMPOSE_FILE=/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["up","-d","--build"],"Image":"docker/compose:1.29.2","Volumes":null,"WorkingDir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Entrypoint":["sh","/usr/local/bin/docker-compose-entrypoint.sh"],"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","org.testcontainers.version":"1.17.6"}},"NetworkSettings":{"Bridge":"","SandboxID":"b29bd2da58f0c7785fac5d4c416336dba0d25bfc4926d727b20df8d179df482c","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{},"SandboxKey":"/var/run/docker/netns/b29bd2da58f0","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:03","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:03","DriverOpts":null}}}}[\n]"
17:20:10.227 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:10.227 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "0[\r][\n]"
17:20:10.227 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:10.227 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000030: releasing valid endpoint
17:20:10.227 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000030: releasing endpoint
17:20:10.227 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000030: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:10.227 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000030: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:10.336 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f,false
17:20:10.336 [Test worker] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json], queryParams={}}
17:20:10.337 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000032: preparing request execution
17:20:10.337 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:10.337 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:10.337 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000032: target auth state: UNCHALLENGED
17:20:10.337 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000032: proxy auth state: UNCHALLENGED
17:20:10.337 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000032: acquiring connection with route {}->npipe://localhost:2375
17:20:10.337 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000032: acquiring endpoint (3 MINUTES)
17:20:10.337 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000032: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:10.337 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000032: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:10.337 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000032: acquired ep-00000031
17:20:10.337 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000032: acquired endpoint ep-00000031
17:20:10.337 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000032: executing GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:10.337 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000031: start execution ex-00000032
17:20:10.337 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000031: executing exchange ex-00000032 over http-outgoing-1
17:20:10.337 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:10.337 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> accept: application/json
17:20:10.337 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:10.337 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:10.337 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:10.337 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:10.337 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:10.337 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1[\r][\n]"
17:20:10.337 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "accept: application/json[\r][\n]"
17:20:10.337 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:10.337 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:10.337 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:10.337 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:10.337 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:10.337 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:10.376 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]"
17:20:10.376 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:10.376 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Content-Type: application/json[\r][\n]"
17:20:10.376 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:10 GMT[\r][\n]"
17:20:10.376 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:10.376 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:10.376 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:10.376 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]"
17:20:10.376 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:10.376 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 200 OK
17:20:10.376 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:10.376 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Content-Type: application/json
17:20:10.376 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:10 GMT
17:20:10.376 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:10.376 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:10.376 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:10.376 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Transfer-Encoding: chunked
17:20:10.376 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000032: connection can be kept alive for 3 MINUTES
17:20:10.398 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "1783[\r][\n]"
17:20:10.398 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "{"Id":"e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f","Created":"2023-05-04T14:20:04.819896357Z","Path":"sh","Args":["/usr/local/bin/docker-compose-entrypoint.sh","up","-d","--build"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3187,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:05.866207615Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:32d8a4638cd83922fdd94cadf4f1850b595d29757488c73adf05f4b99ebd1318","ResolvConfPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/resolv.conf","HostnamePath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hostname","HostsPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hosts","LogPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f-json.log","Name":"/nostalgic_davinci","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":["C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources:/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources:rw","//var/run/docker.sock:/docker.sock:rw"],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6-init/diff:/var/lib/docker/overlay2/c8b9b56dbd5322ced11575437322ef07602813971bb9407b67d4e5475935e6c0/diff:/var/lib/docker/overlay2/297b2fd3f3a8a0808dca49cbecfce7af84dfa486dc9efb19a48f437172f81266/diff:/var/lib/docker/overlay2/72eb8b9cb4d5449e056864f2edf9e27575b572a99ea6b374272bb10770e2136f/diff:/var/lib/docker/overlay2/f75848d283d1e56d0c8654f73f44c20d2fdb5f39a501cda15c22de4c1f82408e/diff","MergedDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/merged","UpperDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/diff","WorkDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/work"},"Name":"overlay2"},"Mounts":[{"Type":"bind","Source":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources","Destination":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Mode":"rw","RW":true,"Propagation":"rprivate"},{"Type":"bind","Source":"//var/r"
17:20:10.399 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "un/docker.sock","Destination":"/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}],"Config":{"Hostname":"e572c5649334","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["DOCKER_HOST=unix:///docker.sock","COMPOSE_PROJECT_NAME=z6g93qfd8y2a","COMPOSE_FILE=/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["up","-d","--build"],"Image":"docker/compose:1.29.2","Volumes":null,"WorkingDir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Entrypoint":["sh","/usr/local/bin/docker-compose-entrypoint.sh"],"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","org.testcontainers.version":"1.17.6"}},"NetworkSettings":{"Bridge":"","SandboxID":"b29bd2da58f0c7785fac5d4c416336dba0d25bfc4926d727b20df8d179df482c","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{},"SandboxKey":"/var/run/docker/netns/b29bd2da58f0","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","MacAddress":"02:42:ac:11:00:03","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"16a759d474486156d4443e3fd29f0f02c970361f51023277d3132e58b37e3214","Gateway":"172.17.0.1","IPAddress":"172.17.0.3","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:03","DriverOpts":null}}}}[\n]"
17:20:10.401 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:10.401 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "0[\r][\n]"
17:20:10.401 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:10.401 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000031: releasing valid endpoint
17:20:10.401 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000031: releasing endpoint
17:20:10.401 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000031: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:10.401 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000031: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:10.503 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f,false
17:20:10.504 [Test worker] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json], queryParams={}}
17:20:10.505 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000033: preparing request execution
17:20:10.505 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:10.506 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:10.506 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000033: target auth state: UNCHALLENGED
17:20:10.506 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000033: proxy auth state: UNCHALLENGED
17:20:10.506 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000033: acquiring connection with route {}->npipe://localhost:2375
17:20:10.506 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000033: acquiring endpoint (3 MINUTES)
17:20:10.506 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000033: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:10.506 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000033: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:10.506 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000033: acquired ep-00000032
17:20:10.506 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000033: acquired endpoint ep-00000032
17:20:10.506 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000033: executing GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:10.506 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000032: start execution ex-00000033
17:20:10.506 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000032: executing exchange ex-00000033 over http-outgoing-1
17:20:10.506 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:10.506 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> accept: application/json
17:20:10.506 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:10.507 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:10.507 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:10.507 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:10.507 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:10.507 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1[\r][\n]"
17:20:10.507 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "accept: application/json[\r][\n]"
17:20:10.507 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:10.507 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:10.507 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:10.507 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:10.507 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:10.507 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:11.203 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]"
17:20:11.203 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:11.203 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Content-Type: application/json[\r][\n]"
17:20:11.203 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:11 GMT[\r][\n]"
17:20:11.203 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:11.203 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:11.203 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:11.203 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]"
17:20:11.203 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:11.203 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 200 OK
17:20:11.203 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:11.203 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Content-Type: application/json
17:20:11.203 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:11 GMT
17:20:11.203 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:11.203 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:11.203 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:11.203 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Transfer-Encoding: chunked
17:20:11.203 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000033: connection can be kept alive for 3 MINUTES
17:20:11.213 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "16be[\r][\n]"
17:20:11.213 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "{"Id":"e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f","Created":"2023-05-04T14:20:04.819896357Z","Path":"sh","Args":["/usr/local/bin/docker-compose-entrypoint.sh","up","-d","--build"],"State":{"Status":"exited","Running":false,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":0,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:05.866207615Z","FinishedAt":"2023-05-04T14:20:10.499400363Z"},"Image":"sha256:32d8a4638cd83922fdd94cadf4f1850b595d29757488c73adf05f4b99ebd1318","ResolvConfPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/resolv.conf","HostnamePath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hostname","HostsPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hosts","LogPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f-json.log","Name":"/nostalgic_davinci","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":["C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources:/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources:rw","//var/run/docker.sock:/docker.sock:rw"],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6-init/diff:/var/lib/docker/overlay2/c8b9b56dbd5322ced11575437322ef07602813971bb9407b67d4e5475935e6c0/diff:/var/lib/docker/overlay2/297b2fd3f3a8a0808dca49cbecfce7af84dfa486dc9efb19a48f437172f81266/diff:/var/lib/docker/overlay2/72eb8b9cb4d5449e056864f2edf9e27575b572a99ea6b374272bb10770e2136f/diff:/var/lib/docker/overlay2/f75848d283d1e56d0c8654f73f44c20d2fdb5f39a501cda15c22de4c1f82408e/diff","MergedDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/merged","UpperDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/diff","WorkDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/work"},"Name":"overlay2"},"Mounts":[{"Type":"bind","Source":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources","Destination":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Mode":"rw","RW":true,"Propagation":"rprivate"},{"Type":"bind","Source":""
17:20:11.215 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "//var/run/docker.sock","Destination":"/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}],"Config":{"Hostname":"e572c5649334","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["DOCKER_HOST=unix:///docker.sock","COMPOSE_PROJECT_NAME=z6g93qfd8y2a","COMPOSE_FILE=/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["up","-d","--build"],"Image":"docker/compose:1.29.2","Volumes":null,"WorkingDir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Entrypoint":["sh","/usr/local/bin/docker-compose-entrypoint.sh"],"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","org.testcontainers.version":"1.17.6"}},"NetworkSettings":{"Bridge":"","SandboxID":"b29bd2da58f0c7785fac5d4c416336dba0d25bfc4926d727b20df8d179df482c","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{},"SandboxKey":"/var/run/docker/netns/b29bd2da58f0","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"","Gateway":"","IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"","DriverOpts":null}}}}[\n]"
17:20:11.216 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:11.216 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "0[\r][\n]"
17:20:11.216 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:11.216 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000032: releasing valid endpoint
17:20:11.216 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000032: releasing endpoint
17:20:11.217 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000032: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:11.217 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000032: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:11.228 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f,false
17:20:11.228 [Test worker] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json], queryParams={}}
17:20:11.228 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000034: preparing request execution
17:20:11.228 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:11.228 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:11.228 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000034: target auth state: UNCHALLENGED
17:20:11.228 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000034: proxy auth state: UNCHALLENGED
17:20:11.228 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000034: acquiring connection with route {}->npipe://localhost:2375
17:20:11.228 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000034: acquiring endpoint (3 MINUTES)
17:20:11.229 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000034: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:11.229 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000034: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:11.229 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000034: acquired ep-00000033
17:20:11.229 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000034: acquired endpoint ep-00000033
17:20:11.229 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000034: executing GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:11.229 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000033: start execution ex-00000034
17:20:11.229 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000033: executing exchange ex-00000034 over http-outgoing-1
17:20:11.229 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:11.229 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> accept: application/json
17:20:11.229 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:11.229 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:11.229 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:11.229 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:11.229 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:11.229 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1[\r][\n]"
17:20:11.229 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "accept: application/json[\r][\n]"
17:20:11.229 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:11.229 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:11.229 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:11.229 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:11.229 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:11.229 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:11.233 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]"
17:20:11.234 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:11.234 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Content-Type: application/json[\r][\n]"
17:20:11.234 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:11 GMT[\r][\n]"
17:20:11.234 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:11.234 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:11.234 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:11.234 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]"
17:20:11.234 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:11.234 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 200 OK
17:20:11.234 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:11.234 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Content-Type: application/json
17:20:11.234 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:11 GMT
17:20:11.234 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:11.234 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:11.234 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:11.234 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Transfer-Encoding: chunked
17:20:11.234 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000034: connection can be kept alive for 3 MINUTES
17:20:11.238 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "16be[\r][\n]"
17:20:11.238 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "{"Id":"e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f","Created":"2023-05-04T14:20:04.819896357Z","Path":"sh","Args":["/usr/local/bin/docker-compose-entrypoint.sh","up","-d","--build"],"State":{"Status":"exited","Running":false,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":0,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:05.866207615Z","FinishedAt":"2023-05-04T14:20:10.499400363Z"},"Image":"sha256:32d8a4638cd83922fdd94cadf4f1850b595d29757488c73adf05f4b99ebd1318","ResolvConfPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/resolv.conf","HostnamePath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hostname","HostsPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hosts","LogPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f-json.log","Name":"/nostalgic_davinci","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":["C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources:/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources:rw","//var/run/docker.sock:/docker.sock:rw"],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6-init/diff:/var/lib/docker/overlay2/c8b9b56dbd5322ced11575437322ef07602813971bb9407b67d4e5475935e6c0/diff:/var/lib/docker/overlay2/297b2fd3f3a8a0808dca49cbecfce7af84dfa486dc9efb19a48f437172f81266/diff:/var/lib/docker/overlay2/72eb8b9cb4d5449e056864f2edf9e27575b572a99ea6b374272bb10770e2136f/diff:/var/lib/docker/overlay2/f75848d283d1e56d0c8654f73f44c20d2fdb5f39a501cda15c22de4c1f82408e/diff","MergedDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/merged","UpperDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/diff","WorkDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/work"},"Name":"overlay2"},"Mounts":[{"Type":"bind","Source":"//var/run/docker.sock","Destination":"/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"},{"Type":"bind","Source":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources","Destination":"/c/Workspace/egyetem/mesteri/enterpri"
17:20:11.238 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "semodszerek/bibliospring-gradle/src/test/resources","Mode":"rw","RW":true,"Propagation":"rprivate"}],"Config":{"Hostname":"e572c5649334","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["DOCKER_HOST=unix:///docker.sock","COMPOSE_PROJECT_NAME=z6g93qfd8y2a","COMPOSE_FILE=/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["up","-d","--build"],"Image":"docker/compose:1.29.2","Volumes":null,"WorkingDir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Entrypoint":["sh","/usr/local/bin/docker-compose-entrypoint.sh"],"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","org.testcontainers.version":"1.17.6"}},"NetworkSettings":{"Bridge":"","SandboxID":"b29bd2da58f0c7785fac5d4c416336dba0d25bfc4926d727b20df8d179df482c","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{},"SandboxKey":"/var/run/docker/netns/b29bd2da58f0","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"","Gateway":"","IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"","DriverOpts":null}}}}[\n]"
17:20:11.239 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:11.239 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "0[\r][\n]"
17:20:11.239 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:11.239 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000033: releasing valid endpoint
17:20:11.239 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000033: releasing endpoint
17:20:11.239 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000033: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:11.239 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000033: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:11.242 [Test worker] DEBUG o.t.c.w.s.HostPortWaitStrategy - Liveness check ports of /nostalgic_davinci is empty. Not waiting.
17:20:11.242 [Test worker] INFO  🐳 [docker/compose:1.29.2] - Container docker/compose:1.29.2 started in PT8.330719S
17:20:11.246 [Test worker] INFO  🐳 [docker/compose:1.29.2] - Docker Compose container is running for command: up -d --build
17:20:11.246 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000035: preparing request execution
17:20:11.246 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:11.246 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f,false
17:20:11.247 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:11.247 [Test worker] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json], queryParams={}}
17:20:11.247 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000035: target auth state: UNCHALLENGED
17:20:11.247 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000035: proxy auth state: UNCHALLENGED
17:20:11.247 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000035: acquiring connection with route {}->npipe://localhost:2375
17:20:11.247 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000035: acquiring endpoint (3 MINUTES)
17:20:11.247 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000036: preparing request execution
17:20:11.247 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000035: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 1; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:11.247 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000035: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:11.247 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:11.248 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:11.248 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000035: acquired ep-00000034
17:20:11.248 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000036: target auth state: UNCHALLENGED
17:20:11.248 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000036: proxy auth state: UNCHALLENGED
17:20:11.248 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000036: acquiring connection with route {}->npipe://localhost:2375
17:20:11.248 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000035: acquired endpoint ep-00000034
17:20:11.248 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000035: executing GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/logs?stdout=true&stderr=true&follow=true&since=0 HTTP/1.1
17:20:11.248 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000034: start execution ex-00000035
17:20:11.248 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000036: acquiring endpoint (3 MINUTES)
17:20:11.248 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000034: executing exchange ex-00000035 over http-outgoing-1
17:20:11.248 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000036: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 0; route allocated: 1 of 2147483647; total allocated: 1 of 2147483647]
17:20:11.248 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/logs?stdout=true&stderr=true&follow=true&since=0 HTTP/1.1
17:20:11.248 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:11.248 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:11.248 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Host: localhost:2375
17:20:11.248 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> Connection: keep-alive
17:20:11.248 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:11.248 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000036: endpoint leased [route: {}->npipe://localhost:2375][total available: 0; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:11.248 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/logs?stdout=true&stderr=true&follow=true&since=0 HTTP/1.1[\r][\n]"
17:20:11.248 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:11.248 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:11.248 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Host: localhost:2375[\r][\n]"
17:20:11.248 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "Connection: keep-alive[\r][\n]"
17:20:11.248 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:11.248 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 >> "[\r][\n]"
17:20:11.248 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000036: acquired ep-00000035
17:20:11.248 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000036: acquired endpoint ep-00000035
17:20:11.248 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000036: opening connection {}->npipe://localhost:2375
17:20:11.248 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000035: connecting endpoint (3 MINUTES)
17:20:11.248 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000035: connecting endpoint to npipe://localhost:2375 (3 MINUTES)
17:20:11.248 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.DefaultHttpClientConnectionOperator - http-outgoing-2: connecting to localhost/127.0.0.1:2375
17:20:11.248 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.DefaultHttpClientConnectionOperator - http-outgoing-2: connection established 
17:20:11.249 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000035: connected http-outgoing-2
17:20:11.249 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000035: endpoint connected
17:20:11.249 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000036: executing GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:11.249 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000035: start execution ex-00000036
17:20:11.249 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000035: executing exchange ex-00000036 over http-outgoing-2
17:20:11.249 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:11.249 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:11.249 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:11.249 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:11.249 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:11.249 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:11.249 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:11.249 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1[\r][\n]"
17:20:11.249 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:11.249 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:11.249 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:11.249 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:11.249 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:11.249 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:11.249 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:11.253 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:11.254 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:11.254 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:11.254 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:11 GMT[\r][\n]"
17:20:11.254 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:11.254 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:11.254 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:11.254 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:11.254 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:11.254 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "HTTP/1.1 200 OK[\r][\n]"
17:20:11.254 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:11.254 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Api-Version: 1.41[\r][\n]"
17:20:11.254 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:11.254 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Date: Thu, 04 May 2023 14:20:11 GMT[\r][\n]"
17:20:11.254 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:11.254 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:11 GMT
17:20:11.254 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:11.254 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:11.254 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Docker-Experimental: false[\r][\n]"
17:20:11.254 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:11.254 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Ostype: linux[\r][\n]"
17:20:11.254 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:11.254 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:11.254 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "Transfer-Encoding: chunked[\r][\n]"
17:20:11.254 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:11.254 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << HTTP/1.1 200 OK
17:20:11.254 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000036: connection can be kept alive for 3 MINUTES
17:20:11.254 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Api-Version: 1.41
17:20:11.255 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Date: Thu, 04 May 2023 14:20:11 GMT
17:20:11.255 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Docker-Experimental: false
17:20:11.255 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Ostype: linux
17:20:11.255 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Server: Docker/20.10.24 (linux)
17:20:11.255 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-1 << Transfer-Encoding: chunked
17:20:11.255 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000035: connection can be kept alive for 3 MINUTES
17:20:11.256 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "505[\r][\n]"
17:20:11.256 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]@Creating network "z6g93qfd8y2a_default" with the default driver[\n]"
17:20:11.256 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0xc]Building db[\n]"
17:20:11.256 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]4#1 [internal] load build definition from Dockerfile[\n]"
17:20:11.256 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]+#1 transferring dockerfile: 557B 0.1s done[\n]"
17:20:11.256 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][\r]#1 DONE 0.1s[\n]"
17:20:11.256 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1][\n]"
17:20:11.256 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]!#2 [internal] load .dockerignore[\n]"
17:20:11.256 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]&#2 transferring context: 2B 0.0s done[\n]"
17:20:11.256 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][\r]#2 DONE 0.1s[\n]"
17:20:11.256 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1][\n]"
17:20:11.256 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]<#3 [internal] load metadata for docker.io/library/mysql:5.7[\n]"
17:20:11.256 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][\r]#3 DONE 0.0s[\n]"
17:20:11.256 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1][\n]"
17:20:11.256 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]*#4 [1/2] FROM docker.io/library/mysql:5.7[\n]"
17:20:11.256 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][\r]#4 DONE 0.0s[\n]"
17:20:11.256 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1][\n]"
17:20:11.256 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]!#5 [internal] load build context[\n]"
17:20:11.256 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0](#5 transferring context: 428B 0.0s done[\n]"
17:20:11.256 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][\r]#5 DONE 0.1s[\n]"
17:20:11.256 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1][\n]"
17:20:11.256 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]I#6 [2/2] ADD scripts/bibliospring-schema.sql /docker-entrypoint-initdb.d[\n]"
17:20:11.256 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][\n]"
17:20:11.256 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "#6 CACHED[\n]"
17:20:11.256 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1][\n]"
17:20:11.256 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x16]#7 exporting to image[\n]"
17:20:11.256 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x19]#7 exporting layers done[\n]"
17:20:11.256 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Y#7 writing image sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8[\n]"
17:20:11.256 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]^#7 writing image sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8 done[\n]"
17:20:11.256 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]4#7 naming to docker.io/library/z6g93qfd8y2a_db done[\n]"
17:20:11.256 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][\r]#7 DONE 0.1s[\n]"
17:20:11.256 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]!Creating z6g93qfd8y2a_db_1 ... [\r][\n]"
17:20:11.256 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]&Creating z6g93qfd8y2a_adminer_1 ... [\r][\n]"
17:20:11.256 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]*Creating z6g93qfd8y2a_db_1      ... done[\r][\n]"
17:20:11.256 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]*Creating z6g93qfd8y2a_adminer_1 ... done[\r][\n]"
17:20:11.256 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:11.258 [docker-java-stream-1617623740] INFO  🐳 [docker/compose:1.29.2] - STDERR: Creating network "z6g93qfd8y2a_default" with the default driver
17:20:11.258 [docker-java-stream-1617623740] INFO  🐳 [docker/compose:1.29.2] - STDERR: Building db
17:20:11.258 [docker-java-stream-1617623740] INFO  🐳 [docker/compose:1.29.2] - STDERR: #1 [internal] load build definition from Dockerfile
17:20:11.258 [docker-java-stream-1617623740] INFO  🐳 [docker/compose:1.29.2] - STDERR: #1 transferring dockerfile: 557B 0.1s done
17:20:11.258 [docker-java-stream-1617623740] INFO  🐳 [docker/compose:1.29.2] - STDERR: #1 DONE 0.1s
17:20:11.258 [docker-java-stream-1617623740] INFO  🐳 [docker/compose:1.29.2] - STDERR: 
17:20:11.259 [docker-java-stream-1617623740] INFO  🐳 [docker/compose:1.29.2] - STDERR: #2 [internal] load .dockerignore
17:20:11.259 [docker-java-stream-1617623740] INFO  🐳 [docker/compose:1.29.2] - STDERR: #2 transferring context: 2B 0.0s done
17:20:11.260 [docker-java-stream-1617623740] INFO  🐳 [docker/compose:1.29.2] - STDERR: #2 DONE 0.1s
17:20:11.260 [docker-java-stream-1617623740] INFO  🐳 [docker/compose:1.29.2] - STDERR: 
17:20:11.260 [docker-java-stream-1617623740] INFO  🐳 [docker/compose:1.29.2] - STDERR: #3 [internal] load metadata for docker.io/library/mysql:5.7
17:20:11.260 [docker-java-stream-1617623740] INFO  🐳 [docker/compose:1.29.2] - STDERR: #3 DONE 0.0s
17:20:11.260 [docker-java-stream-1617623740] INFO  🐳 [docker/compose:1.29.2] - STDERR: 
17:20:11.260 [docker-java-stream-1617623740] INFO  🐳 [docker/compose:1.29.2] - STDERR: #4 [1/2] FROM docker.io/library/mysql:5.7
17:20:11.260 [docker-java-stream-1617623740] INFO  🐳 [docker/compose:1.29.2] - STDERR: #4 DONE 0.0s
17:20:11.260 [docker-java-stream-1617623740] INFO  🐳 [docker/compose:1.29.2] - STDERR: 
17:20:11.260 [docker-java-stream-1617623740] INFO  🐳 [docker/compose:1.29.2] - STDERR: #5 [internal] load build context
17:20:11.260 [docker-java-stream-1617623740] INFO  🐳 [docker/compose:1.29.2] - STDERR: #5 transferring context: 428B 0.0s done
17:20:11.260 [docker-java-stream-1617623740] INFO  🐳 [docker/compose:1.29.2] - STDERR: #5 DONE 0.1s
17:20:11.260 [docker-java-stream-1617623740] INFO  🐳 [docker/compose:1.29.2] - STDERR: 
17:20:11.260 [docker-java-stream-1617623740] INFO  🐳 [docker/compose:1.29.2] - STDERR: #6 [2/2] ADD scripts/bibliospring-schema.sql /docker-entrypoint-initdb.d
17:20:11.260 [docker-java-stream-1617623740] INFO  🐳 [docker/compose:1.29.2] - STDERR: #6 CACHED
17:20:11.260 [docker-java-stream-1617623740] INFO  🐳 [docker/compose:1.29.2] - STDERR: 
17:20:11.260 [docker-java-stream-1617623740] INFO  🐳 [docker/compose:1.29.2] - STDERR: #7 exporting to image
17:20:11.261 [docker-java-stream-1617623740] INFO  🐳 [docker/compose:1.29.2] - STDERR: #7 exporting layers done
17:20:11.261 [docker-java-stream-1617623740] INFO  🐳 [docker/compose:1.29.2] - STDERR: #7 writing image sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8
17:20:11.262 [docker-java-stream-1617623740] INFO  🐳 [docker/compose:1.29.2] - STDERR: #7 writing image sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8 done
17:20:11.262 [docker-java-stream-1617623740] INFO  🐳 [docker/compose:1.29.2] - STDERR: #7 naming to docker.io/library/z6g93qfd8y2a_db done
17:20:11.262 [docker-java-stream-1617623740] INFO  🐳 [docker/compose:1.29.2] - STDERR: #7 DONE 0.1s
17:20:11.262 [docker-java-stream-1617623740] INFO  🐳 [docker/compose:1.29.2] - STDERR: Creating z6g93qfd8y2a_db_1 ... 
17:20:11.262 [docker-java-stream-1617623740] INFO  🐳 [docker/compose:1.29.2] - STDERR: Creating z6g93qfd8y2a_adminer_1 ... 
17:20:11.262 [docker-java-stream-1617623740] INFO  🐳 [docker/compose:1.29.2] - STDERR: Creating z6g93qfd8y2a_db_1      ... done
17:20:11.262 [docker-java-stream-1617623740] INFO  🐳 [docker/compose:1.29.2] - STDERR: Creating z6g93qfd8y2a_adminer_1 ... done
17:20:11.263 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "0[\r][\n]"
17:20:11.263 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-1 << "[\r][\n]"
17:20:11.263 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000034: releasing valid endpoint
17:20:11.263 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000034: releasing endpoint
17:20:11.263 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000034: connection http-outgoing-1 can be kept alive for 3 MINUTES
17:20:11.263 [docker-java-stream-1617623740] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000034: connection released [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:11.264 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "16be[\r][\n]"
17:20:11.264 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f","Created":"2023-05-04T14:20:04.819896357Z","Path":"sh","Args":["/usr/local/bin/docker-compose-entrypoint.sh","up","-d","--build"],"State":{"Status":"exited","Running":false,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":0,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:05.866207615Z","FinishedAt":"2023-05-04T14:20:10.499400363Z"},"Image":"sha256:32d8a4638cd83922fdd94cadf4f1850b595d29757488c73adf05f4b99ebd1318","ResolvConfPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/resolv.conf","HostnamePath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hostname","HostsPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hosts","LogPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f-json.log","Name":"/nostalgic_davinci","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":["C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources:/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources:rw","//var/run/docker.sock:/docker.sock:rw"],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6-init/diff:/var/lib/docker/overlay2/c8b9b56dbd5322ced11575437322ef07602813971bb9407b67d4e5475935e6c0/diff:/var/lib/docker/overlay2/297b2fd3f3a8a0808dca49cbecfce7af84dfa486dc9efb19a48f437172f81266/diff:/var/lib/docker/overlay2/72eb8b9cb4d5449e056864f2edf9e27575b572a99ea6b374272bb10770e2136f/diff:/var/lib/docker/overlay2/f75848d283d1e56d0c8654f73f44c20d2fdb5f39a501cda15c22de4c1f82408e/diff","MergedDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/merged","UpperDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/diff","WorkDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/work"},"Name":"overlay2"},"Mounts":[{"Type":"bind","Source":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources","Destination":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Mode":"rw","RW":true,"Propagation":"rprivate"},{"Type":"bind","Source":""
17:20:11.265 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "//var/run/docker.sock","Destination":"/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}],"Config":{"Hostname":"e572c5649334","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["DOCKER_HOST=unix:///docker.sock","COMPOSE_PROJECT_NAME=z6g93qfd8y2a","COMPOSE_FILE=/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["up","-d","--build"],"Image":"docker/compose:1.29.2","Volumes":null,"WorkingDir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Entrypoint":["sh","/usr/local/bin/docker-compose-entrypoint.sh"],"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","org.testcontainers.version":"1.17.6"}},"NetworkSettings":{"Bridge":"","SandboxID":"b29bd2da58f0c7785fac5d4c416336dba0d25bfc4926d727b20df8d179df482c","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{},"SandboxKey":"/var/run/docker/netns/b29bd2da58f0","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"","Gateway":"","IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"","DriverOpts":null}}}}[\n]"
17:20:11.267 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:11.267 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:11.267 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:11.267 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000035: releasing valid endpoint
17:20:11.267 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000035: releasing endpoint
17:20:11.267 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000035: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:11.267 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000035: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:11.267 [Test worker] INFO  🐳 [docker/compose:1.29.2] - Docker Compose has finished running
17:20:11.271 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f,false
17:20:11.271 [Test worker] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json], queryParams={}}
17:20:11.271 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000037: preparing request execution
17:20:11.271 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:11.272 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:11.272 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000037: target auth state: UNCHALLENGED
17:20:11.272 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000037: proxy auth state: UNCHALLENGED
17:20:11.272 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000037: acquiring connection with route {}->npipe://localhost:2375
17:20:11.272 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000037: acquiring endpoint (3 MINUTES)
17:20:11.272 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000037: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:11.272 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000037: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:11.272 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000037: acquired ep-00000036
17:20:11.272 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000037: acquired endpoint ep-00000036
17:20:11.272 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000037: executing GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:11.272 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000036: start execution ex-00000037
17:20:11.272 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000036: executing exchange ex-00000037 over http-outgoing-2
17:20:11.272 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1
17:20:11.272 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:11.272 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:11.272 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:11.272 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:11.272 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:11.272 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:11.272 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/json HTTP/1.1[\r][\n]"
17:20:11.272 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:11.272 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:11.272 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:11.272 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:11.272 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:11.272 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:11.272 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:11.281 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:11.281 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:11.281 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:11.281 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:11 GMT[\r][\n]"
17:20:11.281 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:11.281 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:11.281 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:11.281 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:11.281 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:11.281 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:11.281 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:11.281 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:11.281 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:11 GMT
17:20:11.281 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:11.281 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:11.281 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:11.281 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:11.281 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000037: connection can be kept alive for 3 MINUTES
17:20:11.288 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "16be[\r][\n]"
17:20:11.288 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f","Created":"2023-05-04T14:20:04.819896357Z","Path":"sh","Args":["/usr/local/bin/docker-compose-entrypoint.sh","up","-d","--build"],"State":{"Status":"exited","Running":false,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":0,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:05.866207615Z","FinishedAt":"2023-05-04T14:20:10.499400363Z"},"Image":"sha256:32d8a4638cd83922fdd94cadf4f1850b595d29757488c73adf05f4b99ebd1318","ResolvConfPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/resolv.conf","HostnamePath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hostname","HostsPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/hosts","LogPath":"/var/lib/docker/containers/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f/e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f-json.log","Name":"/nostalgic_davinci","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":["C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources:/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources:rw","//var/run/docker.sock:/docker.sock:rw"],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"default","PortBindings":{},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6-init/diff:/var/lib/docker/overlay2/c8b9b56dbd5322ced11575437322ef07602813971bb9407b67d4e5475935e6c0/diff:/var/lib/docker/overlay2/297b2fd3f3a8a0808dca49cbecfce7af84dfa486dc9efb19a48f437172f81266/diff:/var/lib/docker/overlay2/72eb8b9cb4d5449e056864f2edf9e27575b572a99ea6b374272bb10770e2136f/diff:/var/lib/docker/overlay2/f75848d283d1e56d0c8654f73f44c20d2fdb5f39a501cda15c22de4c1f82408e/diff","MergedDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/merged","UpperDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/diff","WorkDir":"/var/lib/docker/overlay2/cb33f519ff334b59939175f87278d95f5bb009266cbf029c7e6a9517dc8297f6/work"},"Name":"overlay2"},"Mounts":[{"Type":"bind","Source":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources","Destination":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Mode":"rw","RW":true,"Propagation":"rprivate"},{"Type":"bind","Source":""
17:20:11.289 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "//var/run/docker.sock","Destination":"/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}],"Config":{"Hostname":"e572c5649334","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["DOCKER_HOST=unix:///docker.sock","COMPOSE_PROJECT_NAME=z6g93qfd8y2a","COMPOSE_FILE=/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["up","-d","--build"],"Image":"docker/compose:1.29.2","Volumes":null,"WorkingDir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Entrypoint":["sh","/usr/local/bin/docker-compose-entrypoint.sh"],"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","org.testcontainers.version":"1.17.6"}},"NetworkSettings":{"Bridge":"","SandboxID":"b29bd2da58f0c7785fac5d4c416336dba0d25bfc4926d727b20df8d179df482c","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{},"SandboxKey":"/var/run/docker/netns/b29bd2da58f0","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"","Gateway":"","IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"","DriverOpts":null}}}}[\n]"
17:20:11.289 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:11.290 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:11.290 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:11.290 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000036: releasing valid endpoint
17:20:11.290 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000036: releasing endpoint
17:20:11.290 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000036: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:11.290 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000036: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:11.291 [Test worker] DEBUG o.t.u.PrefixingImageNameSubstitutor - No prefix is configured
17:20:11.291 [Test worker] DEBUG o.t.utility.ImageNameSubstitutor - Did not find a substitute image for alpine/socat:1.7.4.3-r0 (using image substitutor: DefaultImageNameSubstitutor (composite of 'ConfigurationFileImageNameSubstitutor' and 'PrefixingImageNameSubstitutor'))
17:20:11.291 [Test worker] DEBUG o.t.images.AbstractImagePullPolicy - Using locally available and not pulling image: alpine/socat:1.7.4.3-r0
17:20:11.291 [Test worker] DEBUG 🐳 [alpine/socat:1.7.4.3-r0] - Starting container: alpine/socat:1.7.4.3-r0
17:20:11.291 [Test worker] DEBUG 🐳 [alpine/socat:1.7.4.3-r0] - Trying to start container: alpine/socat:1.7.4.3-r0 (attempt 1/1)
17:20:11.291 [Test worker] DEBUG 🐳 [alpine/socat:1.7.4.3-r0] - Starting container: alpine/socat:1.7.4.3-r0
17:20:11.291 [Test worker] INFO  🐳 [alpine/socat:1.7.4.3-r0] - Creating container for image: alpine/socat:1.7.4.3-r0
17:20:11.291 [Test worker] DEBUG o.t.utility.RegistryAuthLocator - Looking up auth config for image: alpine/socat:1.7.4.3-r0 at registry: https://index.docker.io/v1/
17:20:11.291 [Test worker] DEBUG o.t.utility.RegistryAuthLocator - No matching Auth Configs - falling back to defaultAuthConfig [null]
17:20:11.291 [Test worker] DEBUG o.t.d.AuthDelegatingDockerClientConfig - Effective auth config [null]
17:20:11.295 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: <null>,org.testcontainers.shaded.com.github.dockerjava.core.util.FiltersBuilder@96a2da2c,-1,false,<null>,<null>
17:20:11.300 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000038: preparing request execution
17:20:11.301 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:11.301 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:11.301 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000038: target auth state: UNCHALLENGED
17:20:11.301 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000038: proxy auth state: UNCHALLENGED
17:20:11.301 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000038: acquiring connection with route {}->npipe://localhost:2375
17:20:11.301 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000038: acquiring endpoint (3 MINUTES)
17:20:11.301 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000038: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:11.301 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000038: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:11.302 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000038: acquired ep-00000037
17:20:11.302 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000038: acquired endpoint ep-00000037
17:20:11.302 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000038: executing GET /v1.32/containers/json?filters=%7B%22status%22%3A%5B%22running%22%5D%7D HTTP/1.1
17:20:11.302 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000037: start execution ex-00000038
17:20:11.302 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000037: executing exchange ex-00000038 over http-outgoing-2
17:20:11.302 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/json?filters=%7B%22status%22%3A%5B%22running%22%5D%7D HTTP/1.1
17:20:11.302 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:11.302 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:11.302 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:11.302 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:11.302 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:11.302 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:11.302 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/json?filters=%7B%22status%22%3A%5B%22running%22%5D%7D HTTP/1.1[\r][\n]"
17:20:11.302 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:11.302 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:11.302 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:11.302 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:11.302 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:11.302 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:11.302 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:11.310 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:11.310 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:11.310 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:11.310 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:11 GMT[\r][\n]"
17:20:11.310 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:11.310 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:11.310 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:11.310 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:11.310 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:11.311 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:11.311 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:11.311 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:11.311 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:11 GMT
17:20:11.311 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:11.311 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:11.311 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:11.311 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:11.311 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000038: connection can be kept alive for 3 MINUTES
17:20:11.314 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "1201[\r][\n]"
17:20:11.314 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Names":["/z6g93qfd8y2a_db_1"],"Image":"z6g93qfd8y2a_db","ImageID":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","Command":"docker-entrypoint.sh mysqld","Created":1683210008,"Ports":[{"IP":"0.0.0.0","PrivatePort":3306,"PublicPort":3306,"Type":"tcp"},{"PrivatePort":33060,"Type":"tcp"}],"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"},"State":"running","Status":"Up 1 second (health: starting)","HostConfig":{"NetworkMode":"z6g93qfd8y2a_default"},"NetworkSettings":{"Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}]},{"Id":"c312fbffe68198a506d3c6cb81a0e8f4ae33e7472b9af18385ad175802033d28","Names":["/z6g93qfd8y2a_adminer_1"],"Image":"adminer","ImageID":"sha256:dcabc6cf54ddc528863986ff98be0bd924a5c8099d88853bcedc01f57acc2aa5","Command":"entrypoint.sh php -S [::]:8080 -t /var/www/html","Created":1683210008,"Ports":[{"IP":"0.0.0.0","PrivatePort":8080,"PublicPort":8080,"Type":"tcp"}],"Labels":{"com.docker.compose.config-hash":"75a94ad86b3e94f6c43a33266850ec4be989aa4f1797069c5582f6e858643edf","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"adminer","com.docker.compose.version":"1.29.2"},"State":"running","Status":"Up Less than a second","HostConfig":{"NetworkMode":"z6g93qfd8y2a_default"},"NetworkSettings":{"Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"06c9388915c766b9eea2fb023cd9772579ff9dcff63276baec6b09a63ac15931","Gateway":"172.21.0.1","IPAddress":"172.21.0.3","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:03","DriverOpts":null}}},"Mounts":[]},{"Id":"5ba0ece1d384884c13851be3f8377ec9047a5ea80fe00bdf66d6b1da9be76ecf","Names":["/testcontainers-ryuk-fabc2d94-4b6e-43ec-8e96-eae5f870aeb5"],"Image":"testcontainers/ryuk:0.3.4","ImageID":"sha256:7ac27de2f0c441174e7e12a105f876493b902ffd7bbb2a3646aa929c08cc3806","Command":"/app","Created":1683210000,"Ports":[{"IP":"0.0.0.0","PrivatePort":8080,"PublicPort":49213,"Type":"tcp"}],"Labels":{"desktop.docker.io/binds/0/Source":"//var/run/docker.sock","desktop.docker.io/binds/0/SourceKind":"hostFile","desktop.docker.io/binds/0/Target":"/var/run/docker.sock","desktop.docker.io/ports/8080/tcp":"0.0.0.0:0","org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.version":"1.17.6"},"State":"running","Status":"Up 8 seconds","HostConfig":{"NetworkMode":"default"},"NetworkSettings":{"Networks":{"bridge":{"IPAMConfig":n"
17:20:11.337 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "ull,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"6aa33cda7f4b160e89dbea5ecb3302316c20f7028bafb91ffe683874b8d7764a","Gateway":"172.17.0.1","IPAddress":"172.17.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:02","DriverOpts":null}}},"Mounts":[{"Type":"bind","Source":"/var/run/docker.sock","Destination":"/var/run/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}]}][\n]"
17:20:11.338 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:11.338 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:11.338 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:11.338 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000037: releasing valid endpoint
17:20:11.338 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000037: releasing endpoint
17:20:11.339 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000037: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:11.339 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000037: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:11.342 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: <null>,org.testcontainers.shaded.com.github.dockerjava.core.util.FiltersBuilder@0,-1,false,<null>,<null>
17:20:11.342 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000039: preparing request execution
17:20:11.342 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:11.342 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:11.342 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000039: target auth state: UNCHALLENGED
17:20:11.342 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000039: proxy auth state: UNCHALLENGED
17:20:11.343 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000039: acquiring connection with route {}->npipe://localhost:2375
17:20:11.343 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000039: acquiring endpoint (3 MINUTES)
17:20:11.343 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000039: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:11.343 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000039: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:11.343 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000039: acquired ep-00000038
17:20:11.343 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000039: acquired endpoint ep-00000038
17:20:11.343 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000039: executing GET /v1.32/containers/json HTTP/1.1
17:20:11.343 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000038: start execution ex-00000039
17:20:11.343 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000038: executing exchange ex-00000039 over http-outgoing-2
17:20:11.343 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/json HTTP/1.1
17:20:11.343 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:11.343 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:11.343 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:11.343 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:11.343 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:11.343 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:11.343 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/json HTTP/1.1[\r][\n]"
17:20:11.343 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:11.343 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:11.343 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:11.343 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:11.343 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:11.343 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:11.343 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:11.355 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:11.355 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:11.355 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:11.355 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:11 GMT[\r][\n]"
17:20:11.355 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:11.355 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:11.355 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:11.355 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:11.355 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:11.355 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:11.355 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:11.355 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:11.355 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:11 GMT
17:20:11.355 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:11.355 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:11.355 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:11.355 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:11.355 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000039: connection can be kept alive for 3 MINUTES
17:20:11.364 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "11f7[\r][\n]"
17:20:11.364 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Names":["/z6g93qfd8y2a_db_1"],"Image":"z6g93qfd8y2a_db","ImageID":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","Command":"docker-entrypoint.sh mysqld","Created":1683210008,"Ports":[{"IP":"0.0.0.0","PrivatePort":3306,"PublicPort":3306,"Type":"tcp"},{"PrivatePort":33060,"Type":"tcp"}],"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"},"State":"running","Status":"Up 1 second (health: starting)","HostConfig":{"NetworkMode":"z6g93qfd8y2a_default"},"NetworkSettings":{"Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}]},{"Id":"c312fbffe68198a506d3c6cb81a0e8f4ae33e7472b9af18385ad175802033d28","Names":["/z6g93qfd8y2a_adminer_1"],"Image":"adminer","ImageID":"sha256:dcabc6cf54ddc528863986ff98be0bd924a5c8099d88853bcedc01f57acc2aa5","Command":"entrypoint.sh php -S [::]:8080 -t /var/www/html","Created":1683210008,"Ports":[{"IP":"0.0.0.0","PrivatePort":8080,"PublicPort":8080,"Type":"tcp"}],"Labels":{"com.docker.compose.config-hash":"75a94ad86b3e94f6c43a33266850ec4be989aa4f1797069c5582f6e858643edf","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"adminer","com.docker.compose.version":"1.29.2"},"State":"running","Status":"Up 1 second","HostConfig":{"NetworkMode":"z6g93qfd8y2a_default"},"NetworkSettings":{"Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"06c9388915c766b9eea2fb023cd9772579ff9dcff63276baec6b09a63ac15931","Gateway":"172.21.0.1","IPAddress":"172.21.0.3","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:03","DriverOpts":null}}},"Mounts":[]},{"Id":"5ba0ece1d384884c13851be3f8377ec9047a5ea80fe00bdf66d6b1da9be76ecf","Names":["/testcontainers-ryuk-fabc2d94-4b6e-43ec-8e96-eae5f870aeb5"],"Image":"testcontainers/ryuk:0.3.4","ImageID":"sha256:7ac27de2f0c441174e7e12a105f876493b902ffd7bbb2a3646aa929c08cc3806","Command":"/app","Created":1683210000,"Ports":[{"IP":"0.0.0.0","PrivatePort":8080,"PublicPort":49213,"Type":"tcp"}],"Labels":{"desktop.docker.io/binds/0/Source":"//var/run/docker.sock","desktop.docker.io/binds/0/SourceKind":"hostFile","desktop.docker.io/binds/0/Target":"/var/run/docker.sock","desktop.docker.io/ports/8080/tcp":"0.0.0.0:0","org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.version":"1.17.6"},"State":"running","Status":"Up 9 seconds","HostConfig":{"NetworkMode":"default"},"NetworkSettings":{"Networks":{"bridge":{"IPAMConfig":null,"Links"
17:20:11.367 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"6aa33cda7f4b160e89dbea5ecb3302316c20f7028bafb91ffe683874b8d7764a","Gateway":"172.17.0.1","IPAddress":"172.17.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:02","DriverOpts":null}}},"Mounts":[{"Type":"bind","Source":"/var/run/docker.sock","Destination":"/var/run/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}]}][\n]"
17:20:11.367 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:11.367 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:11.367 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:11.368 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000038: releasing valid endpoint
17:20:11.368 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000038: releasing endpoint
17:20:11.368 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000038: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:11.369 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000038: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:11.370 [Test worker] DEBUG 🐳 [alpine/socat:1.7.4.3-r0] - Associating container with network: z6g93qfd8y2a_default
17:20:11.372 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: org.testcontainers.shaded.com.github.dockerjava.core.command.CreateContainerCmdImpl@63411512[aliases=<null>,argsEscaped=<null>,attachStderr=<null>,attachStdin=<null>,attachStdout=<null>,authConfig=<null>,cmd={-c,socat TCP-LISTEN:2000,fork,reuseaddr TCP:db_1:3306},domainName=<null>,entrypoint={/bin/sh},env={},exposedPorts=ExposedPorts(exposedPorts=[2000/tcp]),healthcheck=<null>,hostConfig=HostConfig(binds=[], blkioWeight=null, blkioWeightDevice=null, blkioDeviceReadBps=null, blkioDeviceWriteBps=null, blkioDeviceReadIOps=null, blkioDeviceWriteIOps=null, memorySwappiness=null, nanoCPUs=null, capAdd=null, capDrop=null, containerIDFile=null, cpuPeriod=null, cpuRealtimePeriod=null, cpuRealtimeRuntime=null, cpuShares=null, cpuQuota=null, cpusetCpus=null, cpusetMems=null, devices=null, deviceCgroupRules=null, deviceRequests=null, diskQuota=null, dns=null, dnsOptions=null, dnsSearch=null, extraHosts=[], groupAdd=null, ipcMode=null, cgroup=null, links=[/z6g93qfd8y2a_db_1:db_1], logConfig=LogConfig(type=null, config=null), lxcConf=null, memory=null, memorySwap=null, memoryReservation=null, kernelMemory=null, networkMode=z6g93qfd8y2a_default, oomKillDisable=null, init=null, autoRemove=null, oomScoreAdj=null, portBindings={2000/tcp=[Lcom.github.dockerjava.api.model.Ports$Binding;@61af1510}, privileged=null, publishAllPorts=null, readonlyRootfs=null, restartPolicy=null, ulimits=null, cpuCount=null, cpuPercent=null, ioMaximumIOps=null, ioMaximumBandwidth=null, volumesFrom=[], mounts=null, pidMode=null, isolation=null, securityOpts=null, storageOpt=null, cgroupParent=null, volumeDriver=null, shmSize=null, pidsLimit=null, runtime=null, tmpFs=null, utSMode=null, usernsMode=null, sysctls=null, consoleSize=null, cgroupnsMode=null),hostName=<null>,image=alpine/socat:1.7.4.3-r0,ipv4Address=<null>,ipv6Address=<null>,labels={org.testcontainers=true, org.testcontainers.lang=java, org.testcontainers.version=1.17.6, org.testcontainers.sessionId=fabc2d94-4b6e-43ec-8e96-eae5f870aeb5},macAddress=<null>,name=testcontainers-socat-B5nvPHyb,networkDisabled=<null>,networkingConfig=org.testcontainers.shaded.com.github.dockerjava.core.command.CreateContainerCmdImpl$NetworkingConfig@216914,onBuild=<null>,platform=<null>,portSpecs=<null>,shell=<null>,stdInOnce=<null>,stdinOpen=<null>,stopSignal=<null>,stopTimeout=<null>,tty=<null>,user=<null>,volumes=Volumes(volumes=[]),workingDir=<null>]
17:20:11.379 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000003A: preparing request execution
17:20:11.380 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:11.380 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:11.380 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000003A: target auth state: UNCHALLENGED
17:20:11.380 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000003A: proxy auth state: UNCHALLENGED
17:20:11.380 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000003A: acquiring connection with route {}->npipe://localhost:2375
17:20:11.380 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000003A: acquiring endpoint (3 MINUTES)
17:20:11.380 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000003A: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:11.381 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000003A: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:11.381 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000003A: acquired ep-00000039
17:20:11.381 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000003A: acquired endpoint ep-00000039
17:20:11.381 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000003A: executing POST /v1.32/containers/create?name=testcontainers-socat-B5nvPHyb HTTP/1.1
17:20:11.381 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000039: start execution ex-0000003A
17:20:11.381 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000039: executing exchange ex-0000003A over http-outgoing-2
17:20:11.381 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> POST /v1.32/containers/create?name=testcontainers-socat-B5nvPHyb HTTP/1.1
17:20:11.381 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:11.381 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> content-type: application/json
17:20:11.381 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:11.381 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:11.381 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Content-Length: 2369
17:20:11.381 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:11.381 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:11.381 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:11.381 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "POST /v1.32/containers/create?name=testcontainers-socat-B5nvPHyb HTTP/1.1[\r][\n]"
17:20:11.381 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:11.381 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "content-type: application/json[\r][\n]"
17:20:11.381 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:11.381 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:11.381 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Content-Length: 2369[\r][\n]"
17:20:11.381 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:11.381 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:11.381 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:11.381 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:11.381 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "{"Hostname":null,"Domainname":null,"User":null,"AttachStdin":null,"AttachStdout":null,"AttachStderr":null,"PortSpecs":null,"Tty":null,"OpenStdin":null,"StdinOnce":null,"Env":[],"Cmd":["-c","socat TCP-LISTEN:2000,fork,reuseaddr TCP:db_1:3306"],"Healthcheck":null,"ArgsEscaped":null,"Entrypoint":["/bin/sh"],"Image":"alpine/socat:1.7.4.3-r0","Volumes":{},"WorkingDir":null,"MacAddress":null,"OnBuild":null,"NetworkDisabled":null,"ExposedPorts":{"2000/tcp":{}},"StopSignal":null,"StopTimeout":null,"HostConfig":{"Binds":[],"BlkioWeight":null,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"MemorySwappiness":null,"NanoCpus":null,"CapAdd":null,"CapDrop":null,"ContainerIDFile":null,"CpuPeriod":null,"CpuRealtimePeriod":null,"CpuRealtimeRuntime":null,"CpuShares":null,"CpuQuota":null,"CpusetCpus":null,"CpusetMems":null,"Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"DiskQuota":null,"Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":null,"Cgroup":null,"Links":["/z6g93qfd8y2a_db_1:db_1"],"LogConfig":null,"LxcConf":null,"Memory":null,"MemorySwap":null,"MemoryReservation":null,"KernelMemory":null,"NetworkMode":"z6g93qfd8y2a_default","OomKillDisable":null,"Init":null,"AutoRemove":null,"OomScoreAdj":null,"PortBindings":{"2000/tcp":[{"HostIp":"","HostPort":""}]},"Privileged":null,"PublishAllPorts":null,"ReadonlyRootfs":null,"RestartPolicy":null,"Ulimits":null,"CpuCount":null,"CpuPercent":null,"IOMaximumIOps":null,"IOMaximumBandwidth":null,"VolumesFrom":[],"Mounts":null,"PidMode":null,"Isolation":null,"SecurityOpt":null,"StorageOpt":null,"CgroupParent":null,"VolumeDriver":null,"ShmSize":null,"PidsLimit":null,"Runtime":null,"Tmpfs":null,"UTSMode":null,"UsernsMode":null,"Sysctls":null,"ConsoleSize":null,"CgroupnsMode":null},"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.version":"1.17.6","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5"},"Shell":null,"NetworkingConfig":{"EndpointsConfig":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":["/z6g93qfd8y2a_db_1:db_1"],"Aliases":null,"NetworkID":null,"EndpointID":null,"Gateway":null,"IPAddress":null,"IPPrefixLen":null,"IPv6Gateway":null,"GlobalIPv6Address":null,"GlobalIPv6PrefixLen":null,"MacAddress":null}}}}"
17:20:11.482 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 201 Created[\r][\n]"
17:20:11.482 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:11.482 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:11.482 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:11 GMT[\r][\n]"
17:20:11.482 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:11.482 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:11.482 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:11.482 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:11.482 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:11.482 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 201 Created
17:20:11.482 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:11.482 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:11.482 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:11 GMT
17:20:11.482 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:11.482 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:11.482 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:11.482 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:11.482 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000003A: connection can be kept alive for 3 MINUTES
17:20:11.483 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "58[\r][\n]"
17:20:11.483 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"7728cfba2b36fe1dd3b683421121a2d34a24803096baaf63a0943f659edc2698","Warnings":[]}[\n]"
17:20:11.483 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:11.485 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:11.485 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:11.485 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000039: releasing valid endpoint
17:20:11.485 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000039: releasing endpoint
17:20:11.485 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000039: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:11.485 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000039: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:11.485 [Test worker] INFO  🐳 [alpine/socat:1.7.4.3-r0] - Container alpine/socat:1.7.4.3-r0 is starting: 7728cfba2b36fe1dd3b683421121a2d34a24803096baaf63a0943f659edc2698
17:20:11.485 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: 7728cfba2b36fe1dd3b683421121a2d34a24803096baaf63a0943f659edc2698
17:20:11.485 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000003B: preparing request execution
17:20:11.486 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:11.486 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:11.486 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000003B: target auth state: UNCHALLENGED
17:20:11.486 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000003B: proxy auth state: UNCHALLENGED
17:20:11.486 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000003B: acquiring connection with route {}->npipe://localhost:2375
17:20:11.486 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000003B: acquiring endpoint (3 MINUTES)
17:20:11.486 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000003B: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:11.486 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000003B: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:11.487 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000003B: acquired ep-0000003A
17:20:11.487 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000003B: acquired endpoint ep-0000003A
17:20:11.487 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000003B: executing POST /v1.32/containers/7728cfba2b36fe1dd3b683421121a2d34a24803096baaf63a0943f659edc2698/start HTTP/1.1
17:20:11.487 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000003A: start execution ex-0000003B
17:20:11.487 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000003A: executing exchange ex-0000003B over http-outgoing-2
17:20:11.487 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> POST /v1.32/containers/7728cfba2b36fe1dd3b683421121a2d34a24803096baaf63a0943f659edc2698/start HTTP/1.1
17:20:11.487 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:11.487 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> content-type: application/json
17:20:11.487 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:11.487 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:11.487 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:11.487 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:11.487 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:11.487 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "POST /v1.32/containers/7728cfba2b36fe1dd3b683421121a2d34a24803096baaf63a0943f659edc2698/start HTTP/1.1[\r][\n]"
17:20:11.487 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:11.487 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "content-type: application/json[\r][\n]"
17:20:11.487 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:11.487 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:11.487 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:11.487 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:11.487 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:11.487 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:12.770 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 204 No Content[\r][\n]"
17:20:12.770 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:12.770 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:12 GMT[\r][\n]"
17:20:12.770 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:12.770 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:12.770 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:12.770 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:12.770 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 204 No Content
17:20:12.770 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:12.770 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:12 GMT
17:20:12.770 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:12.770 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:12.770 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:12.770 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000003B: connection can be kept alive for 3 MINUTES
17:20:12.771 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000003A: releasing valid endpoint
17:20:12.771 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000003A: releasing endpoint
17:20:12.771 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000003A: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:12.771 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000003A: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:12.771 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: 7728cfba2b36fe1dd3b683421121a2d34a24803096baaf63a0943f659edc2698,false
17:20:12.771 [Test worker] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/7728cfba2b36fe1dd3b683421121a2d34a24803096baaf63a0943f659edc2698/json], queryParams={}}
17:20:12.772 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000003C: preparing request execution
17:20:12.772 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:12.772 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:12.772 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000003C: target auth state: UNCHALLENGED
17:20:12.772 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000003C: proxy auth state: UNCHALLENGED
17:20:12.772 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000003C: acquiring connection with route {}->npipe://localhost:2375
17:20:12.772 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000003C: acquiring endpoint (3 MINUTES)
17:20:12.772 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000003C: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:12.772 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000003C: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:12.772 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000003C: acquired ep-0000003B
17:20:12.772 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000003C: acquired endpoint ep-0000003B
17:20:12.772 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000003C: executing GET /v1.32/containers/7728cfba2b36fe1dd3b683421121a2d34a24803096baaf63a0943f659edc2698/json HTTP/1.1
17:20:12.772 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000003B: start execution ex-0000003C
17:20:12.772 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000003B: executing exchange ex-0000003C over http-outgoing-2
17:20:12.772 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/7728cfba2b36fe1dd3b683421121a2d34a24803096baaf63a0943f659edc2698/json HTTP/1.1
17:20:12.773 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:12.773 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:12.773 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:12.773 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:12.773 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:12.773 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:12.773 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/7728cfba2b36fe1dd3b683421121a2d34a24803096baaf63a0943f659edc2698/json HTTP/1.1[\r][\n]"
17:20:12.773 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:12.773 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:12.773 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:12.773 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:12.773 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:12.773 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:12.773 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:12.777 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:12.777 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:12.777 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:12.777 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:12 GMT[\r][\n]"
17:20:12.777 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:12.777 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:12.777 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:12.777 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:12.777 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:12.777 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:12.777 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:12.777 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:12.777 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:12 GMT
17:20:12.777 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:12.778 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:12.778 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:12.778 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:12.778 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000003C: connection can be kept alive for 3 MINUTES
17:20:12.783 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "1378[\r][\n]"
17:20:12.783 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"7728cfba2b36fe1dd3b683421121a2d34a24803096baaf63a0943f659edc2698","Created":"2023-05-04T14:20:11.406230672Z","Path":"/bin/sh","Args":["-c","socat TCP-LISTEN:2000,fork,reuseaddr TCP:db_1:3306"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3761,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:12.748941368Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:aadd62c3c1feea1bc3ae63b2bd18f06616ce9be6225f7e5b150a1886638b4ac2","ResolvConfPath":"/var/lib/docker/containers/7728cfba2b36fe1dd3b683421121a2d34a24803096baaf63a0943f659edc2698/resolv.conf","HostnamePath":"/var/lib/docker/containers/7728cfba2b36fe1dd3b683421121a2d34a24803096baaf63a0943f659edc2698/hostname","HostsPath":"/var/lib/docker/containers/7728cfba2b36fe1dd3b683421121a2d34a24803096baaf63a0943f659edc2698/hosts","LogPath":"/var/lib/docker/containers/7728cfba2b36fe1dd3b683421121a2d34a24803096baaf63a0943f659edc2698/7728cfba2b36fe1dd3b683421121a2d34a24803096baaf63a0943f659edc2698-json.log","Name":"/testcontainers-socat-B5nvPHyb","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"2000/tcp":[{"HostIp":"0.0.0.0","HostPort":"0"}]},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/3b1ca1642ff22acf45ad2591b7d48ebe30e8b03974ddedbffda0640f4bb71bfa-init/diff:/var/lib/docker/overlay2/f1871b7607c55982bc238e0b7c2f841bdce76e1752316c5c7a09acb9fa3908c2/diff:/var/lib/docker/overlay2/2ee760f3e4877a9a1cd871b1b8fe7f936b9babd55de80c6f92ba1f8190cb3b4d/diff","MergedDir":"/var/lib/docker/overlay2/3b1ca1642ff22acf45ad2591b7d48ebe30e8b03974ddedbffda0640f4bb71bfa/merged","UpperDir":"/var/lib/docker/overlay2/3b1ca1642ff22acf45ad2591b7d48ebe30e8b03974ddedbffda0640f4bb71bfa/diff","WorkDir":"/var/lib/docker/overlay2/3b1ca1642ff22acf45ad2591b7d48ebe30e8b03974ddedbffda0640f4bb71bfa/work"},"Name":"overlay2"},"Mounts":[],"Config":{"Hostname":"7728cfba2b36","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"2000/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["-c","socat TCP-LISTEN:2000,fork,reuseaddr TCP:db_1:3306"],"Image":"alpine/socat:1.7.4.3-r0","Volumes":null,"WorkingDir":"","Entrypoint":["/bin/sh"],"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","org.testcontainers.version":"1.17.6"}},"NetworkSettings":{"B"
17:20:12.792 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "ridge":"","SandboxID":"4c18b02a34514cb697d2960af80d3ac89a8cc68b5c840740f0d3214618479b41","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"2000/tcp":[]},"SandboxKey":"/var/run/docker/netns/4c18b02a3451","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":["/z6g93qfd8y2a_db_1:db_1"],"Aliases":["7728cfba2b36"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"9d2cf27a865085a31a9111c4dd0ef4bf04d5cc7a02125d8ecfe5658071d8def1","Gateway":"172.21.0.1","IPAddress":"172.21.0.4","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:04","DriverOpts":null}}}}[\n]"
17:20:12.794 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:12.794 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:12.794 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:12.794 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000003B: releasing valid endpoint
17:20:12.794 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000003B: releasing endpoint
17:20:12.795 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000003B: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:12.795 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000003B: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:12.822 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: 7728cfba2b36fe1dd3b683421121a2d34a24803096baaf63a0943f659edc2698,false
17:20:12.822 [Test worker] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/7728cfba2b36fe1dd3b683421121a2d34a24803096baaf63a0943f659edc2698/json], queryParams={}}
17:20:12.822 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000003D: preparing request execution
17:20:12.822 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:12.823 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:12.823 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000003D: target auth state: UNCHALLENGED
17:20:12.823 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000003D: proxy auth state: UNCHALLENGED
17:20:12.823 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000003D: acquiring connection with route {}->npipe://localhost:2375
17:20:12.823 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000003D: acquiring endpoint (3 MINUTES)
17:20:12.823 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000003D: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:12.823 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000003D: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:12.823 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000003D: acquired ep-0000003C
17:20:12.824 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000003D: acquired endpoint ep-0000003C
17:20:12.824 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000003D: executing GET /v1.32/containers/7728cfba2b36fe1dd3b683421121a2d34a24803096baaf63a0943f659edc2698/json HTTP/1.1
17:20:12.824 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000003C: start execution ex-0000003D
17:20:12.824 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000003C: executing exchange ex-0000003D over http-outgoing-2
17:20:12.824 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/7728cfba2b36fe1dd3b683421121a2d34a24803096baaf63a0943f659edc2698/json HTTP/1.1
17:20:12.824 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:12.824 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:12.824 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:12.824 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:12.824 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:12.824 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:12.824 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/7728cfba2b36fe1dd3b683421121a2d34a24803096baaf63a0943f659edc2698/json HTTP/1.1[\r][\n]"
17:20:12.824 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:12.824 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:12.824 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:12.824 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:12.824 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:12.824 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:12.824 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:12.833 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:12.833 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:12.833 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:12.833 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:12 GMT[\r][\n]"
17:20:12.833 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:12.833 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:12.833 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:12.833 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:12.833 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:12.833 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:12.833 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:12.833 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:12.833 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:12 GMT
17:20:12.833 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:12.833 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:12.833 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:12.833 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:12.833 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000003D: connection can be kept alive for 3 MINUTES
17:20:12.837 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "139f[\r][\n]"
17:20:12.837 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"7728cfba2b36fe1dd3b683421121a2d34a24803096baaf63a0943f659edc2698","Created":"2023-05-04T14:20:11.406230672Z","Path":"/bin/sh","Args":["-c","socat TCP-LISTEN:2000,fork,reuseaddr TCP:db_1:3306"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3761,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:12.748941368Z","FinishedAt":"0001-01-01T00:00:00Z"},"Image":"sha256:aadd62c3c1feea1bc3ae63b2bd18f06616ce9be6225f7e5b150a1886638b4ac2","ResolvConfPath":"/var/lib/docker/containers/7728cfba2b36fe1dd3b683421121a2d34a24803096baaf63a0943f659edc2698/resolv.conf","HostnamePath":"/var/lib/docker/containers/7728cfba2b36fe1dd3b683421121a2d34a24803096baaf63a0943f659edc2698/hostname","HostsPath":"/var/lib/docker/containers/7728cfba2b36fe1dd3b683421121a2d34a24803096baaf63a0943f659edc2698/hosts","LogPath":"/var/lib/docker/containers/7728cfba2b36fe1dd3b683421121a2d34a24803096baaf63a0943f659edc2698/7728cfba2b36fe1dd3b683421121a2d34a24803096baaf63a0943f659edc2698-json.log","Name":"/testcontainers-socat-B5nvPHyb","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"2000/tcp":[{"HostIp":"0.0.0.0","HostPort":"0"}]},"RestartPolicy":{"Name":"","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":[],"GroupAdd":null,"IpcMode":"shareable","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/3b1ca1642ff22acf45ad2591b7d48ebe30e8b03974ddedbffda0640f4bb71bfa-init/diff:/var/lib/docker/overlay2/f1871b7607c55982bc238e0b7c2f841bdce76e1752316c5c7a09acb9fa3908c2/diff:/var/lib/docker/overlay2/2ee760f3e4877a9a1cd871b1b8fe7f936b9babd55de80c6f92ba1f8190cb3b4d/diff","MergedDir":"/var/lib/docker/overlay2/3b1ca1642ff22acf45ad2591b7d48ebe30e8b03974ddedbffda0640f4bb71bfa/merged","UpperDir":"/var/lib/docker/overlay2/3b1ca1642ff22acf45ad2591b7d48ebe30e8b03974ddedbffda0640f4bb71bfa/diff","WorkDir":"/var/lib/docker/overlay2/3b1ca1642ff22acf45ad2591b7d48ebe30e8b03974ddedbffda0640f4bb71bfa/work"},"Name":"overlay2"},"Mounts":[],"Config":{"Hostname":"7728cfba2b36","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"2000/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"],"Cmd":["-c","socat TCP-LISTEN:2000,fork,reuseaddr TCP:db_1:3306"],"Image":"alpine/socat:1.7.4.3-r0","Volumes":null,"WorkingDir":"","Entrypoint":["/bin/sh"],"OnBuild":null,"Labels":{"org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","org.testcontainers.version":"1.17.6"}},"NetworkSettings":{"B"
17:20:12.838 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "ridge":"","SandboxID":"4c18b02a34514cb697d2960af80d3ac89a8cc68b5c840740f0d3214618479b41","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"2000/tcp":[{"HostIp":"0.0.0.0","HostPort":"49218"}]},"SandboxKey":"/var/run/docker/netns/4c18b02a3451","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":["/z6g93qfd8y2a_db_1:db_1"],"Aliases":["7728cfba2b36"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"9d2cf27a865085a31a9111c4dd0ef4bf04d5cc7a02125d8ecfe5658071d8def1","Gateway":"172.21.0.1","IPAddress":"172.21.0.4","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:04","DriverOpts":null}}}}[\n]"
17:20:12.838 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:12.839 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:12.839 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:12.839 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000003C: releasing valid endpoint
17:20:12.839 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000003C: releasing endpoint
17:20:12.839 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000003C: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:12.839 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000003C: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:12.847 [testcontainers-wait-0] DEBUG o.t.c.ExecInContainerPattern - /testcontainers-socat-B5nvPHyb: Running "exec" command: /bin/sh -c while true; do ( true  &&  (grep -i ':0*7d0' /proc/net/tcp* || nc -vz -w 1 localhost 2000 || /bin/bash -c '</dev/tcp/localhost/2000') ) && exit 0 || sleep 0.1; done
17:20:12.850 [testcontainers-wait-0] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: true,<null>,true,{/bin/sh,-c,while true; do ( true  &&  (grep -i ':0*7d0' /proc/net/tcp* || nc -vz -w 1 localhost 2000 || /bin/bash -c '</dev/tcp/localhost/2000') ) && exit 0 || sleep 0.1; done},7728cfba2b36fe1dd3b683421121a2d34a24803096baaf63a0943f659edc2698,<null>,<null>,<null>,<null>,<null>
17:20:12.851 [testcontainers-wait-1] DEBUG o.t.c.w.s.HostPortWaitStrategy - External port check passed for [2000] mapped as [49218] in PT0.0056375S
17:20:12.863 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000003E: preparing request execution
17:20:12.864 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:12.864 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:12.864 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000003E: target auth state: UNCHALLENGED
17:20:12.864 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000003E: proxy auth state: UNCHALLENGED
17:20:12.864 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000003E: acquiring connection with route {}->npipe://localhost:2375
17:20:12.864 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000003E: acquiring endpoint (3 MINUTES)
17:20:12.864 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000003E: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:12.864 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000003E: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:12.864 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000003E: acquired ep-0000003D
17:20:12.865 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000003E: acquired endpoint ep-0000003D
17:20:12.865 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000003E: executing POST /v1.32/containers/7728cfba2b36fe1dd3b683421121a2d34a24803096baaf63a0943f659edc2698/exec HTTP/1.1
17:20:12.865 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000003D: start execution ex-0000003E
17:20:12.865 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000003D: executing exchange ex-0000003E over http-outgoing-2
17:20:12.865 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> POST /v1.32/containers/7728cfba2b36fe1dd3b683421121a2d34a24803096baaf63a0943f659edc2698/exec HTTP/1.1
17:20:12.865 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:12.865 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> content-type: application/json
17:20:12.865 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:12.865 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:12.865 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Content-Length: 401
17:20:12.865 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:12.865 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:12.865 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:12.865 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "POST /v1.32/containers/7728cfba2b36fe1dd3b683421121a2d34a24803096baaf63a0943f659edc2698/exec HTTP/1.1[\r][\n]"
17:20:12.865 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:12.865 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "content-type: application/json[\r][\n]"
17:20:12.865 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:12.865 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:12.865 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Content-Length: 401[\r][\n]"
17:20:12.865 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:12.865 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:12.865 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:12.865 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:12.865 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "{"containerId":"7728cfba2b36fe1dd3b683421121a2d34a24803096baaf63a0943f659edc2698","AttachStdin":null,"AttachStdout":true,"AttachStderr":true,"Tty":null,"Privileged":null,"User":null,"Cmd":["/bin/sh","-c","while true; do ( true  &&  (grep -i ':0*7d0' /proc/net/tcp* || nc -vz -w 1 localhost 2000 || /bin/bash -c '</dev/tcp/localhost/2000') ) && exit 0 || sleep 0.1; done"],"Env":null,"WorkingDir":null}"
17:20:12.875 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 201 Created[\r][\n]"
17:20:12.875 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:12.875 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:12.875 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:12 GMT[\r][\n]"
17:20:12.876 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:12.876 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:12.876 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:12.876 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:12.876 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:12.876 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 201 Created
17:20:12.876 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:12.876 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:12.876 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:12 GMT
17:20:12.876 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:12.876 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:12.876 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:12.876 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:12.876 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000003E: connection can be kept alive for 3 MINUTES
17:20:12.877 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "4a[\r][\n]"
17:20:12.877 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"699db0c5a1308b4d4aa8dd05257ed47a2be38aa1b6fe62aa05457a3abd10c089"}[\n]"
17:20:12.877 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:12.877 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:12.877 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:12.878 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000003D: releasing valid endpoint
17:20:12.878 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000003D: releasing endpoint
17:20:12.878 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000003D: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:12.878 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000003D: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:12.885 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000003F: preparing request execution
17:20:12.886 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:12.886 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:12.886 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000003F: target auth state: UNCHALLENGED
17:20:12.886 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000003F: proxy auth state: UNCHALLENGED
17:20:12.886 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000003F: acquiring connection with route {}->npipe://localhost:2375
17:20:12.886 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000003F: acquiring endpoint (3 MINUTES)
17:20:12.886 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000003F: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:12.886 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000003F: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:12.886 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000003F: acquired ep-0000003E
17:20:12.886 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000003F: acquired endpoint ep-0000003E
17:20:12.886 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000003F: executing POST /v1.32/exec/699db0c5a1308b4d4aa8dd05257ed47a2be38aa1b6fe62aa05457a3abd10c089/start HTTP/1.1
17:20:12.887 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000003E: start execution ex-0000003F
17:20:12.887 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000003E: executing exchange ex-0000003F over http-outgoing-2
17:20:12.887 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> POST /v1.32/exec/699db0c5a1308b4d4aa8dd05257ed47a2be38aa1b6fe62aa05457a3abd10c089/start HTTP/1.1
17:20:12.887 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:12.887 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> content-type: application/json
17:20:12.887 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:12.887 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:12.887 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Content-Length: 26
17:20:12.887 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:12.887 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:12.887 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:12.887 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "POST /v1.32/exec/699db0c5a1308b4d4aa8dd05257ed47a2be38aa1b6fe62aa05457a3abd10c089/start HTTP/1.1[\r][\n]"
17:20:12.887 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:12.887 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "content-type: application/json[\r][\n]"
17:20:12.887 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:12.887 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:12.887 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Content-Length: 26[\r][\n]"
17:20:12.887 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:12.887 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:12.887 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:12.887 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:12.887 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "{"Detach":null,"Tty":null}"
17:20:12.897 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:12.898 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:12.898 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/vnd.docker.raw-stream[\r][\n]"
17:20:12.898 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:12 GMT[\r][\n]"
17:20:12.898 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:12.898 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:12.898 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:12.898 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:12.898 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:12.898 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:12.898 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:12.898 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/vnd.docker.raw-stream
17:20:12.898 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:12 GMT
17:20:12.898 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:12.898 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:12.898 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:12.898 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:12.898 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000003F: connection can be kept alive for 3 MINUTES
17:20:13.317 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "ac[\r][\n]"
17:20:13.318 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x1][0x0][0x0][0x0][0x0][0x0][0x0][0xffffffa4]/proc/net/tcp:   1: 00000000:07D0 00000000:0000 0A 00000000:00000000 00:00000000 00000000     0        0 917219 1 00000000cec74b15 100 0 0 10 0                    [\n]"
17:20:13.318 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:13.322 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:13.322 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:13.322 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000003E: releasing valid endpoint
17:20:13.322 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000003E: releasing endpoint
17:20:13.322 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000003E: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:13.322 [docker-java-stream-30983107] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000003E: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:13.325 [testcontainers-wait-0] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: 699db0c5a1308b4d4aa8dd05257ed47a2be38aa1b6fe62aa05457a3abd10c089
17:20:13.325 [testcontainers-wait-0] DEBUG o.t.s.c.g.d.c.e.InspectExecCmdExec - GET: DefaultWebTarget{path=[/exec/699db0c5a1308b4d4aa8dd05257ed47a2be38aa1b6fe62aa05457a3abd10c089/json], queryParams={}}
17:20:13.326 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000040: preparing request execution
17:20:13.326 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:13.326 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:13.326 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000040: target auth state: UNCHALLENGED
17:20:13.326 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000040: proxy auth state: UNCHALLENGED
17:20:13.326 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000040: acquiring connection with route {}->npipe://localhost:2375
17:20:13.326 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000040: acquiring endpoint (3 MINUTES)
17:20:13.326 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000040: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:13.326 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000040: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:13.326 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000040: acquired ep-0000003F
17:20:13.326 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000040: acquired endpoint ep-0000003F
17:20:13.326 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000040: executing GET /v1.32/exec/699db0c5a1308b4d4aa8dd05257ed47a2be38aa1b6fe62aa05457a3abd10c089/json HTTP/1.1
17:20:13.326 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000003F: start execution ex-00000040
17:20:13.326 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000003F: executing exchange ex-00000040 over http-outgoing-2
17:20:13.326 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/exec/699db0c5a1308b4d4aa8dd05257ed47a2be38aa1b6fe62aa05457a3abd10c089/json HTTP/1.1
17:20:13.326 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:13.327 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:13.327 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:13.327 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:13.327 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:13.327 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:13.327 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/exec/699db0c5a1308b4d4aa8dd05257ed47a2be38aa1b6fe62aa05457a3abd10c089/json HTTP/1.1[\r][\n]"
17:20:13.327 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:13.327 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:13.327 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:13.327 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:13.327 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:13.327 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:13.327 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:13.335 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:13.335 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:13.335 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:13.335 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:13 GMT[\r][\n]"
17:20:13.336 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:13.336 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:13.336 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:13.336 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:13.336 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:13.336 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:13.336 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:13.336 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:13.336 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:13 GMT
17:20:13.336 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:13.336 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:13.336 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:13.336 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:13.336 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000040: connection can be kept alive for 3 MINUTES
17:20:13.336 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "21d[\r][\n]"
17:20:13.336 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"ID":"699db0c5a1308b4d4aa8dd05257ed47a2be38aa1b6fe62aa05457a3abd10c089","Running":false,"ExitCode":0,"ProcessConfig":{"tty":false,"entrypoint":"/bin/sh","arguments":["-c","while true; do ( true  &&  (grep -i ':0*7d0' /proc/net/tcp* || nc -vz -w 1 localhost 2000 || /bin/bash -c '</dev/tcp/localhost/2000') ) && exit 0 || sleep 0.1; done"],"privileged":false},"OpenStdin":false,"OpenStderr":true,"OpenStdout":true,"CanRemove":false,"ContainerID":"7728cfba2b36fe1dd3b683421121a2d34a24803096baaf63a0943f659edc2698","DetachKeys":"","Pid":3842}[\n]"
17:20:13.336 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:13.344 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:13.344 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:13.345 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000003F: releasing valid endpoint
17:20:13.345 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000003F: releasing endpoint
17:20:13.345 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000003F: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:13.345 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000003F: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:13.347 [testcontainers-wait-0] DEBUG o.t.c.w.s.HostPortWaitStrategy - Internal port check passed for [2000] in PT0.5014436S
17:20:13.347 [Test worker] INFO  🐳 [alpine/socat:1.7.4.3-r0] - Container alpine/socat:1.7.4.3-r0 started in PT2.0562232S
17:20:13.348 [Test worker] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: <null>,org.testcontainers.shaded.com.github.dockerjava.core.util.FiltersBuilder@0,-1,true,<null>,<null>
17:20:13.348 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000041: preparing request execution
17:20:13.349 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:13.349 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:13.349 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000041: target auth state: UNCHALLENGED
17:20:13.349 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000041: proxy auth state: UNCHALLENGED
17:20:13.349 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000041: acquiring connection with route {}->npipe://localhost:2375
17:20:13.349 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000041: acquiring endpoint (3 MINUTES)
17:20:13.349 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000041: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:13.349 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000041: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:13.349 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000041: acquired ep-00000040
17:20:13.349 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000041: acquired endpoint ep-00000040
17:20:13.349 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000041: executing GET /v1.32/containers/json?all=true HTTP/1.1
17:20:13.349 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000040: start execution ex-00000041
17:20:13.349 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000040: executing exchange ex-00000041 over http-outgoing-2
17:20:13.349 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/json?all=true HTTP/1.1
17:20:13.349 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:13.349 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:13.349 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:13.350 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:13.350 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:13.350 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:13.350 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/json?all=true HTTP/1.1[\r][\n]"
17:20:13.350 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:13.350 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:13.350 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:13.350 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:13.350 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:13.350 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:13.350 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:13.359 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:13.359 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:13.359 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:13.359 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:13 GMT[\r][\n]"
17:20:13.359 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:13.359 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:13.359 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:13.359 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:13.359 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:13.360 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:13.360 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:13.360 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:13.360 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:13 GMT
17:20:13.360 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:13.360 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:13.360 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:13.360 [Test worker] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:13.360 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000041: connection can be kept alive for 3 MINUTES
17:20:13.368 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "a415[\r][\n]"
17:20:13.368 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[{"Id":"7728cfba2b36fe1dd3b683421121a2d34a24803096baaf63a0943f659edc2698","Names":["/testcontainers-socat-B5nvPHyb"],"Image":"alpine/socat:1.7.4.3-r0","ImageID":"sha256:aadd62c3c1feea1bc3ae63b2bd18f06616ce9be6225f7e5b150a1886638b4ac2","Command":"/bin/sh -c 'socat TCP-LISTEN:2000,fork,reuseaddr TCP:db_1:3306'","Created":1683210011,"Ports":[{"IP":"0.0.0.0","PrivatePort":2000,"PublicPort":49218,"Type":"tcp"}],"Labels":{"desktop.docker.io/ports/2000/tcp":"0.0.0.0:0","org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","org.testcontainers.version":"1.17.6"},"State":"running","Status":"Up Less than a second","HostConfig":{"NetworkMode":"z6g93qfd8y2a_default"},"NetworkSettings":{"Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"9d2cf27a865085a31a9111c4dd0ef4bf04d5cc7a02125d8ecfe5658071d8def1","Gateway":"172.21.0.1","IPAddress":"172.21.0.4","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:04","DriverOpts":null}}},"Mounts":[]},{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Names":["/z6g93qfd8y2a_db_1"],"Image":"z6g93qfd8y2a_db","ImageID":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","Command":"docker-entrypoint.sh mysqld","Created":1683210008,"Ports":[{"IP":"0.0.0.0","PrivatePort":3306,"PublicPort":3306,"Type":"tcp"},{"PrivatePort":33060,"Type":"tcp"}],"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"},"State":"running","Status":"Up 3 seconds (health: starting)","HostConfig":{"NetworkMode":"z6g93qfd8y2a_default"},"NetworkSettings":{"Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}]},{"Id":"c312fbffe68198a506d3c6cb81a0e8f4ae33e7472b9af18385ad175802033d28","Names":["/z6g93qfd8y2a_adminer_1"],"Image":"adminer","ImageID":"sha256:dcabc6cf54ddc528863986ff98be0bd924a5c8099d88853bcedc01f57acc2aa5","Command":"entrypoint.sh php -S [::]:8080 -t /var/www/html","Created":1683210008,"Ports":[{"IP":"0.0.0.0","PrivatePort":8080,"PublicPort":8080,"Type":"tcp"}],"Labels":{"com.docker.compose.config-hash":"75a94ad86b3e94f6c43a33266850ec4be989aa4f1797069c5582f6e858643edf","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"adminer","com.docker.compose.version":"1.29.2"},"State":"running","Status":"Up 3 seconds","HostConfig":{"NetworkMode":"z6g93qfd8y2a_default"},"NetworkSettings":{"Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":null,"Networ"
17:20:13.369 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "kID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"06c9388915c766b9eea2fb023cd9772579ff9dcff63276baec6b09a63ac15931","Gateway":"172.21.0.1","IPAddress":"172.21.0.3","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:03","DriverOpts":null}}},"Mounts":[]},{"Id":"e572c564933494920eb50647cee4ddf4f92027a5d363e878554cb75110bea77f","Names":["/nostalgic_davinci"],"Image":"docker/compose:1.29.2","ImageID":"sha256:32d8a4638cd83922fdd94cadf4f1850b595d29757488c73adf05f4b99ebd1318","Command":"sh /usr/local/bin/docker-compose-entrypoint.sh up -d --build","Created":1683210004,"Ports":[],"Labels":{"desktop.docker.io/binds/0/Source":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources","desktop.docker.io/binds/0/SourceKind":"hostFile","desktop.docker.io/binds/0/Target":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","desktop.docker.io/binds/1/Source":"//var/run/docker.sock","desktop.docker.io/binds/1/SourceKind":"hostFile","desktop.docker.io/binds/1/Target":"/docker.sock","org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.sessionId":"fabc2d94-4b6e-43ec-8e96-eae5f870aeb5","org.testcontainers.version":"1.17.6"},"State":"exited","Status":"Exited (0) 2 seconds ago","HostConfig":{"NetworkMode":"default"},"NetworkSettings":{"Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"","Gateway":"","IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"","DriverOpts":null}}},"Mounts":[{"Type":"bind","Source":"/run/desktop/mnt/host/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Destination":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","Mode":"rw","RW":true,"Propagation":"rprivate"},{"Type":"bind","Source":"/var/run/docker.sock","Destination":"/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}]},{"Id":"5ba0ece1d384884c13851be3f8377ec9047a5ea80fe00bdf66d6b1da9be76ecf","Names":["/testcontainers-ryuk-fabc2d94-4b6e-43ec-8e96-eae5f870aeb5"],"Image":"testcontainers/ryuk:0.3.4","ImageID":"sha256:7ac27de2f0c441174e7e12a105f876493b902ffd7bbb2a3646aa929c08cc3806","Command":"/app","Created":1683210000,"Ports":[{"IP":"0.0.0.0","PrivatePort":8080,"PublicPort":49213,"Type":"tcp"}],"Labels":{"desktop.docker.io/binds/0/Source":"//var/run/docker.sock","desktop.docker.io/binds/0/SourceKind":"hostFile","desktop.docker.io/binds/0/Target":"/var/run/docker.sock","desktop.docker.io/ports/8080/tcp":"0.0.0.0:0","org.testcontainers":"true","org.testcontainers.lang":"java","org.testcontainers.version":"1.17.6"},"State":"running","Status":"Up 11 seconds","HostConfig":{"NetworkMode":"default"},"NetworkSettings":{"Networks":{"bridge":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"9fdb14f3425b28115ef27a81bf3d6de939d9a98b629d188dcaa8e72d2f472815","EndpointID":"6aa33cda7f4b160e89dbea5ecb3302316c20f7028bafb91ffe683874b8d7764a","Gateway":"172.17.0.1","IPAddress":"172.17.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:11:00:02","DriverOpts":null}}},"Mounts":[{"Type":"bind","Source":"/var/run/docker.sock","Destination":"/var/run/docker.sock","Mode":"rw","RW":true,"Propagation":"rprivate"}]},{"Id":"b3ae387668644b3c96913e21cd9d4859d4c22cba8f0e5d0b20a7d6605780d16a","Names":["/rabbit"],"Image":"rabbitmq:3.9.7-management","ImageID":"sha256:a6b922761c18c24a567fa218b16e306aacd2eb20997bf8b83fc546763e172cd4","Command":"docker-entrypoint.sh rabbitmq-server","Created":1683131493,"Ports":[],"Labels":{"com.docker.compose.config-hash":"6ea5b75c08dcc0eb76f87d5a9a726236ad17194c9dddd943d1795b90675078c5","com.docker.compose.container-number":"1","com.docker.compose.depends_on":"","com.docker.compose.image":"sha256:a6b922761c18c24a567fa218b16e306aacd2eb20997bf8b83fc546763e172cd4","com.docker.compose.oneoff":"False","com.docker.compose.project":"local","com.docker.compose.project.config_files":"C:\\Workspace\\egyetem\\mesteri\\realtime-web\\project\\services\\local\\docker-compose.yaml","com.docker.compose.project.working_dir":"C:\\Workspace\\egyetem\\mesteri\\realtime-web\\project\\services\\local","com.docker.compose.replace":"338fad1d868848446f13cbbd042c191b10f33c6e20f7347d59d3fc555ecf419b","com.docker.compose.service":"rabbit","com.docker.compose.version":"2.17.2","desktop.docker.io/binds/0/Source":"C:\\Workspace\\egyetem\\mesteri\\realtime-web\\project\\services\\local\\rabbitmq\\enabled-plugins","desktop.docker.io/binds/0/SourceKind":"hostFile","desktop.docker.io/binds/0/Target":"/etc/rabbitmq/enabled_plugins"},"State":"exited","Status":"Exited (0) 19 hours ago","HostConfig":{"NetworkMode":"local_default"},"NetworkSettings":{"Networks":{"local_default":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"ab9b520fb734774521c316a6d14bcf09baea3525c73db11434bf2a1034c71b4c","EndpointID":"","Gateway":"","IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"","DriverOpts":null}}},"Mounts":[{"Type":"bind","Source":"/run/desktop/mnt/host/c/Workspace/egyetem/mesteri/realtime-web/project/services/local/rabbitmq/enabled-plugins","Destination":"/etc/rabbitmq/enabled_plugins","Mode":"rw","RW":true,"Propagation":"rprivate"},{"Type":"volume","Name":"895249ea14ff766da82f077858cde0ca7e44d2e7ee1cb7dda9f2ff12fcedb3f5","Source":"/var/lib/docker/volumes/895249ea14ff766da82f077858cde0ca7e44d2e7ee1cb7dda9f2ff12fcedb3f5/_data","Destination":"/var/lib/rabbitmq","Driver":"local","Mode":"z","RW":true,"Propagation":""}]},{"Id":"694353be3de7e4c38c114b2c4548a786ac47b4c8dc4ce3a73f0a162b864af7d1","Names":["/broker"],"Image":"confluentinc/cp-kafka:7.3.2","ImageID":"sha256:da23a46211ade3c2f1b0dc4a64bc0616965774d92a0dde88df80bc00cfc82900","Command":"/etc/confluent/docker/run","Created":1681329856,"Ports":[],"Labels":{"architecture":"x86_64","build-date":"2023-02-07T16:17:52","com.docker.compose.config-hash":"e7e283fac30a021810caad11bf3d388f40569f3daf630bb3fe8c1f923d5d38d0","com.docker.compose.container-number":"1","com.docker.compose.depends_on":"zookeeper:service_started:false","com.docker.compose.image":"sha256:da23a46211ade3c2f1b0dc4a64bc0616965774d92a0dde88df80bc00cfc82900","com.docker.compose.oneoff":"False","com.docker.compose.project":"services","com.docker.compose.project.config_files":"C:\\Workspace\\egyetem\\mesteri\\realtime-web\\project\\services\\docker-compose.yaml","com.docker.compose.project.working_dir":"C:\\Workspace\\egyetem\\mesteri\\realtime-web\\project\\services","com.docker.compose.service":"broker","com.docker.compose.version":"2.17.2","com.redhat.component":"ubi8-minimal-container","com.redhat.license_terms":"https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI","description":"Common base image for Confluent's Docker images.","distribution-scope":"public","io.buildah.version":"1.27.3","io.confluent.docker":"true","io.confluent.docker.build.number":"3","io.confluent.docker.git.id":"80ba7e33","io.confluent.docker.git.repo":"confluentinc/kafka-images","io.k8s.description":"The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.","io.k8s.display-name":"Red Hat Universal Base Image 8 Minimal","io.openshift.expose-services":"","io.openshift.tags":"minimal rhel8","maintainer":"partner-support@confluent.io","name":"cp-kafka","release":"7.3.2","summary":"Confluent platform Kafka.","url":"https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.7-1049.1675784874","vcs-ref":"1"
17:20:13.371 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "46fdafc2595e26f5f9c1b9a2b3f36bbca8237e4","vcs-type":"git","vendor":"Confluent","version":"80ba7e33"},"State":"exited","Status":"Exited (143) 2 days ago","HostConfig":{"NetworkMode":"services_default"},"NetworkSettings":{"Networks":{"services_default":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"59f3d1964f6c7c70791d8f4eb865ad1605e708f99d25a3908c4ca3f04168f43e","EndpointID":"","Gateway":"","IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"","DriverOpts":null}}},"Mounts":[{"Type":"volume","Name":"efcec5cd00ee7b53c6167cd63b9653ecee64034fe7469a5be012ba8c0609a5ed","Source":"","Destination":"/etc/kafka/secrets","Driver":"local","Mode":"","RW":true,"Propagation":""},{"Type":"volume","Name":"204b5a00566aaae094a7130003c7aed0cfdeb3d2a79e396ed2920122c83cf2ac","Source":"","Destination":"/var/lib/kafka/data","Driver":"local","Mode":"","RW":true,"Propagation":""}]},{"Id":"7f783f516a83b27515c389f4e734d7462ad91cf09a32ce24e79c896b6ea0395d","Names":["/zookeeper"],"Image":"confluentinc/cp-zookeeper:7.3.2","ImageID":"sha256:8a091961522e4ce06d832cd2b4f5f6809924f586ffbf68d7570231c3782adbd5","Command":"/etc/confluent/docker/run","Created":1681326466,"Ports":[],"Labels":{"architecture":"x86_64","build-date":"2023-02-07T16:17:52","com.docker.compose.config-hash":"16cd7668ca38cf52a957ddf1c5e4d7928b6c3831f4954f21aaa640b1cc55b477","com.docker.compose.container-number":"1","com.docker.compose.depends_on":"","com.docker.compose.image":"sha256:8a091961522e4ce06d832cd2b4f5f6809924f586ffbf68d7570231c3782adbd5","com.docker.compose.oneoff":"False","com.docker.compose.project":"services","com.docker.compose.project.config_files":"C:\\Workspace\\egyetem\\mesteri\\realtime-web\\project\\services\\docker-compose.yaml","com.docker.compose.project.working_dir":"C:\\Workspace\\egyetem\\mesteri\\realtime-web\\project\\services","com.docker.compose.service":"zookeeper","com.docker.compose.version":"2.17.2","com.redhat.component":"ubi8-minimal-container","com.redhat.license_terms":"https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI","description":"ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services.","distribution-scope":"public","io.buildah.version":"1.27.3","io.confluent.docker":"true","io.confluent.docker.build.number":"3","io.confluent.docker.git.id":"80ba7e33","io.confluent.docker.git.repo":"confluentinc/kafka-images","io.k8s.description":"The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.","io.k8s.display-name":"Red Hat Universal Base Image 8 Minimal","io.openshift.expose-services":"","io.openshift.tags":"minimal rhel8","maintainer":"partner-support@confluent.io","name":"cp-zookeeper","release":"7.3.2","summary":"ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services.","url":"https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.7-1049.1675784874","vcs-ref":"146fdafc2595e26f5f9c1b9a2b3f36bbca8237e4","vcs-type":"git","vendor":"Confluent","version":"80ba7e33"},"State":"exited","Status":"Exited (143) 2 days ago","HostConfig":{"NetworkMode":"services_default"},"NetworkSettings":{"Networks":{"services_default":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"59f3d1964f6c7c70791d8f4eb865ad1605e708f99d25a3908c4ca3f04168f43e","EndpointID":"","Gateway":"","IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"","DriverOpts":null}}},"Mounts":[{"Type":"volume","Name":"b063a2eeb575875691138144071365cf9881b4ff01c94fb07976304497029832","Source":"","Destination":"/etc/zookeeper/secrets","Driver":"local","Mode":"","RW":true,"Propagation":""},{"Type":"volume","Name":"3657416bc9a85e88bc2a10852e01543f2c8c08d2a0c81a68cdb489c8ad510ff3","Source":"","Destination":"/var/lib/zookeeper/data","Driver":"local","Mode":"","RW":true,"Propagation":""},{"Type":"volume","Name":"c4385a7b7a0aa9b358e0da0dcc2e81e3afb2c80cd87fd5b009681da3aa0e6d08","Source":"","Destination":"/var/lib/zookeeper/log","Driver":"local","Mode":"","RW":true,"Propagation":""}]},{"Id":"f3f3bc46702927f82ddaebd2b8d2c80845a966a6b37903f0e36757f1e036c900","Names":["/resources-cache-1"],"Image":"redis:6.2-alpine","ImageID":"sha256:3616f0c0705d2a35d30dde109daf3cbe58ae7284121aafa6f5cfa987db98d1a8","Command":"docker-entrypoint.sh redis-server","Created":1681318524,"Ports":[],"Labels":{"com.docker.compose.config-hash":"f6098f74fbf986542f323a9230497c7e705046fcb996aa78e8d01db1d0722b20","com.docker.compose.container-number":"1","com.docker.compose.depends_on":"","com.docker.compose.image":"sha256:3616f0c0705d2a35d30dde109daf3cbe58ae7284121aafa6f5cfa987db98d1a8","com.docker.compose.oneoff":"False","com.docker.compose.project":"resources","com.docker.compose.project.config_files":"C:\\Workspace\\egyetem\\mesteri\\realtime-web\\project\\backend\\account-mgmt\\account-mgmt\\src\\test\\resources\\docker-compose.yaml","com.docker.compose.project.working_dir":"C:\\Workspace\\egyetem\\mesteri\\realtime-web\\project\\backend\\account-mgmt\\account-mgmt\\src\\test\\resources","com.docker.compose.service":"cache","com.docker.compose.version":"2.17.2"},"State":"exited","Status":"Exited (0) 19 hours ago","HostConfig":{"NetworkMode":"resources_default"},"NetworkSettings":{"Networks":{"resources_default":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"95ee8d6eeead43bac6bdafb4487db28dda2da6e4395cf257d84ae923eec1236c","EndpointID":"","Gateway":"","IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"","DriverOpts":null}}},"Mounts":[{"Type":"volume","Name":"20c6a7438d12bc961fe8b1074796bd718fb4003b5c83813523bc52aa377242b9","Source":"","Destination":"/data","Driver":"local","Mode":"","RW":true,"Propagation":""}]},{"Id":"22788a052cfbcb099437e259b34ec909663744a5682800f7d8ec8328aa79ff90","Names":["/resources-adminer-1"],"Image":"adminer","ImageID":"sha256:dcabc6cf54ddc528863986ff98be0bd924a5c8099d88853bcedc01f57acc2aa5","Command":"entrypoint.sh php -S [::]:8080 -t /var/www/html","Created":1680790363,"Ports":[],"Labels":{"com.docker.compose.config-hash":"503540045666ee7cbfc59a86f057fd61d87edf1defdb7023963b998f9c26539b","com.docker.compose.container-number":"1","com.docker.compose.depends_on":"","com.docker.compose.image":"sha256:dcabc6cf54ddc528863986ff98be0bd924a5c8099d88853bcedc01f57acc2aa5","com.docker.compose.oneoff":"False","com.docker.compose.project":"resources","com.docker.compose.project.config_files":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources\\docker-compose.yml","com.docker.compose.project.working_dir":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources","com.docker.compose.service":"adminer","com.docker.compose.version":"2.15.1"},"State":"exited","Status":"Exited (0) 3 weeks ago","HostConfig":{"NetworkMode":"resources_default"},"NetworkSettings":{"Networks":{"resources_default":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"95ee8d6eeead43bac6bdafb4487db28dda2da6e4395cf257d84ae923eec1236c","EndpointID":"","Gateway":"","IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"","DriverOpts":null}}},"Mounts":[]},{"Id":"504157ea13bbecb8a1b770daec3947aef98c1c761f21c0bd91f0ac96d415a9dd","Names":["/resources-db-1"],"Image":"resources-db","ImageID":"sha256:066d367c8e90f58b4fecfeab3e4b094c243f398db2baf1c6d8aa8c4bf10eda95","Command":"docker-entrypoint.sh mysqld","Created":1680790363,"Ports":[],"Labels":{"com.docker.compose.config-hash":"
17:20:13.374 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << ""2a732f28e7088ea26a2d3f64c58b0d29b8dc2f8360723120c9397d96d7455899","com.docker.compose.container-number":"1","com.docker.compose.depends_on":"","com.docker.compose.image":"sha256:066d367c8e90f58b4fecfeab3e4b094c243f398db2baf1c6d8aa8c4bf10eda95","com.docker.compose.oneoff":"False","com.docker.compose.project":"resources","com.docker.compose.project.config_files":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources\\docker-compose.yml","com.docker.compose.project.working_dir":"C:\\Workspace\\egyetem\\mesteri\\enterprisemodszerek\\bibliospring-gradle\\src\\test\\resources","com.docker.compose.service":"db","com.docker.compose.version":"2.15.1"},"State":"exited","Status":"Exited (0) 7 days ago","HostConfig":{"NetworkMode":"resources_default"},"NetworkSettings":{"Networks":{"resources_default":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"95ee8d6eeead43bac6bdafb4487db28dda2da6e4395cf257d84ae923eec1236c","EndpointID":"","Gateway":"","IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"","DriverOpts":null}}},"Mounts":[{"Type":"volume","Name":"d1ddcc456da59165415e7f2949301d0b38556479404fff3a738e98dd0c67247a","Source":"","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}]},{"Id":"153fd1d80c51cdfa7314759e73b98c607de1c82fa60dd1507240e7a0d9af851e","Names":["/resources-mongo-1"],"Image":"mongo","ImageID":"sha256:1cca5cf682396e2ad3b4af822f1e0f64990a940cf9047c8d93b63af592e054aa","Command":"docker-entrypoint.sh mongod","Created":1680634194,"Ports":[],"Labels":{"com.docker.compose.config-hash":"f7d8f281633ff14ba8941d56600059ac6133bd2c7f29c835a87f816d24987625","com.docker.compose.container-number":"1","com.docker.compose.depends_on":"","com.docker.compose.image":"sha256:1cca5cf682396e2ad3b4af822f1e0f64990a940cf9047c8d93b63af592e054aa","com.docker.compose.oneoff":"False","com.docker.compose.project":"resources","com.docker.compose.project.config_files":"C:\\Workspace\\egyetem\\mesteri\\realtime-web\\project\\backend\\account-mgmt\\account-mgmt\\src\\test\\resources\\docker-compose.yaml","com.docker.compose.project.working_dir":"C:\\Workspace\\egyetem\\mesteri\\realtime-web\\project\\backend\\account-mgmt\\account-mgmt\\src\\test\\resources","com.docker.compose.service":"mongo","com.docker.compose.version":"2.15.1"},"State":"exited","Status":"Exited (0) About a minute ago","HostConfig":{"NetworkMode":"resources_default"},"NetworkSettings":{"Networks":{"resources_default":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"95ee8d6eeead43bac6bdafb4487db28dda2da6e4395cf257d84ae923eec1236c","EndpointID":"","Gateway":"","IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"","DriverOpts":null}}},"Mounts":[{"Type":"volume","Name":"7be56503481e264b67fb8d4a49edc6f49d82b5fabed7b13d822d5e56041aa990","Source":"","Destination":"/data/configdb","Driver":"local","Mode":"","RW":true,"Propagation":""},{"Type":"volume","Name":"6ef1062e0d11804f0f1a0e3beb3f3c151036b50969b6810cd50415f32caffa2f","Source":"","Destination":"/data/db","Driver":"local","Mode":"","RW":true,"Propagation":""}]},{"Id":"2256434ae1fa5c0f5329d074c15b6ed470f4a7d7d329b79cba234d08c054929d","Names":["/resources-mongo-express-1"],"Image":"mongo-express","ImageID":"sha256:2d2fb2cabc8fa6b894bd7c82158dd7a9dd5815d240f75a93db0d853f008cfd20","Command":"tini -- /docker-entrypoint.sh mongo-express","Created":1680634194,"Ports":[],"Labels":{"com.docker.compose.config-hash":"4016966747fb145e11a1a6e3704f741af832d198cca819f2a75752c8fc298501","com.docker.compose.container-number":"1","com.docker.compose.depends_on":"","com.docker.compose.image":"sha256:2d2fb2cabc8fa6b894bd7c82158dd7a9dd5815d240f75a93db0d853f008cfd20","com.docker.compose.oneoff":"False","com.docker.compose.project":"resources","com.docker.compose.project.config_files":"C:\\Workspace\\egyetem\\mesteri\\realtime-web\\project\\backend\\account-mgmt\\account-mgmt\\src\\test\\resources\\docker-compose.yaml","com.docker.compose.project.working_dir":"C:\\Workspace\\egyetem\\mesteri\\realtime-web\\project\\backend\\account-mgmt\\account-mgmt\\src\\test\\resources","com.docker.compose.service":"mongo-express","com.docker.compose.version":"2.15.1"},"State":"exited","Status":"Exited (143) About a minute ago","HostConfig":{"NetworkMode":"resources_default"},"NetworkSettings":{"Networks":{"resources_default":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"95ee8d6eeead43bac6bdafb4487db28dda2da6e4395cf257d84ae923eec1236c","EndpointID":"","Gateway":"","IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"","DriverOpts":null}}},"Mounts":[]},{"Id":"2111976e2856c8158a16c6e069f98f28ac1866b20f6cad34bac225598470928e","Names":["/supabase-storage"],"Image":"supabase/storage-api:v0.28.2","ImageID":"sha256:e8f708c80c58c84868f6e0c81ca2c014e88f401a6a0c187e3e914aad0216f840","Command":"docker-entrypoint.sh pm2-runtime ecosystem.config.js","Created":1679589802,"Ports":[],"Labels":{"com.docker.compose.config-hash":"bcbfdf44d01ead45cf479d3533b29c6d92700526576ad8ea3f408f0c09ecc64c","com.docker.compose.container-number":"1","com.docker.compose.depends_on":"imgproxy:service_started,db:service_healthy,rest:service_started","com.docker.compose.image":"sha256:e8f708c80c58c84868f6e0c81ca2c014e88f401a6a0c187e3e914aad0216f840","com.docker.compose.oneoff":"False","com.docker.compose.project":"supabase-docker","com.docker.compose.project.config_files":"C:\\Workspace\\egyetem\\mesteri\\realtime-web\\peer-project\\supabase-docker\\docker-compose.yml","com.docker.compose.project.working_dir":"C:\\Workspace\\egyetem\\mesteri\\realtime-web\\peer-project\\supabase-docker","com.docker.compose.service":"storage","com.docker.compose.version":"2.15.1","desktop.docker.io/binds/0/Source":"C:\\Workspace\\egyetem\\mesteri\\realtime-web\\peer-project\\supabase-docker\\volumes\\storage","desktop.docker.io/binds/0/SourceKind":"hostFile","desktop.docker.io/binds/0/Target":"/var/lib/storage"},"State":"exited","Status":"Exited (0) 2 days ago","HostConfig":{"NetworkMode":"supabase-docker_default"},"NetworkSettings":{"Networks":{"supabase-docker_default":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"dab49593a014693f1f1cefff799afaf46818e06d42ac5967ac75a2fa15dfc6b7","EndpointID":"","Gateway":"","IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"","DriverOpts":null}}},"Mounts":[{"Type":"bind","Source":"/run/desktop/mnt/host/c/Workspace/egyetem/mesteri/realtime-web/peer-project/supabase-docker/volumes/storage","Destination":"/var/lib/storage","Mode":"rw,z","RW":true,"Propagation":"rprivate"}]},{"Id":"82e90eef24f4d78d8535458d3c670bc2532a47ab0a5ea6c4bd4555f8f17f53fc","Names":["/supabase-meta"],"Image":"supabase/postgres-meta:v0.60.7","ImageID":"sha256:ae1137a9a9dd1abd1c517ca8df1a656e75cb4b0a2f3ff863dba930419267675c","Command":"docker-entrypoint.sh npm run start","Created":1679589802,"Ports":[],"Labels":{"com.docker.compose.config-hash":"b95d3a88bf980cf740f0921a3d289b91c4c6fc32c70a243137d5903ab6a71c41","com.docker.compose.container-number":"1","com.docker.compose.depends_on":"db:service_healthy","com.docker.compose.image":"sha256:ae1137a9a9dd1abd1c517ca8df1a656e75cb4b0a2f3ff863dba930419267675c","com.docker.compose.oneoff":"False","com.docker.compose.project":"supabase-docker","com.docker.compose.project.config_files":"C:\\Workspace\\egyetem\\mesteri\\realtime-web\\peer-project\\supabase-docker\\docker-compose.yml","com.docker.compose.project.working_dir":"C:\\Workspace\\egyetem\\mesteri\\realtime-web\\peer-project\\supabase-docker","com.docker.compose.service":"meta","com.docker.compose.version":"2.15.1"},"State":"exited","Status":"Exited (1) 2 days ago","HostConfig":{"NetworkMode":"supabase-docker_default"},"NetworkSettings":{"Networks":{"supabase-docker_default":{"IPAMConfig":null,"Links":null"
17:20:13.375 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << ","Aliases":null,"NetworkID":"dab49593a014693f1f1cefff799afaf46818e06d42ac5967ac75a2fa15dfc6b7","EndpointID":"","Gateway":"","IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"","DriverOpts":null}}},"Mounts":[]},{"Id":"e0e34691005cf72a47a218b0f186abe5ea860a20887cf6b6c4ac46d062c11fef","Names":["/supabase-auth"],"Image":"supabase/gotrue:v2.47.0","ImageID":"sha256:7d24febf55d9a78bb4b86ddffb5db8e469e21849a7e05fc32bbcc8db7a04d3d3","Command":"gotrue","Created":1679589802,"Ports":[],"Labels":{"com.docker.compose.config-hash":"77562d72b56bd0dced892b115e2620e7878bc6fdedb8339921d24a6946df797a","com.docker.compose.container-number":"1","com.docker.compose.depends_on":"db:service_healthy","com.docker.compose.image":"sha256:7d24febf55d9a78bb4b86ddffb5db8e469e21849a7e05fc32bbcc8db7a04d3d3","com.docker.compose.oneoff":"False","com.docker.compose.project":"supabase-docker","com.docker.compose.project.config_files":"C:\\Workspace\\egyetem\\mesteri\\realtime-web\\peer-project\\supabase-docker\\docker-compose.yml","com.docker.compose.project.working_dir":"C:\\Workspace\\egyetem\\mesteri\\realtime-web\\peer-project\\supabase-docker","com.docker.compose.service":"auth","com.docker.compose.version":"2.15.1"},"State":"exited","Status":"Exited (0) 2 days ago","HostConfig":{"NetworkMode":"supabase-docker_default"},"NetworkSettings":{"Networks":{"supabase-docker_default":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"dab49593a014693f1f1cefff799afaf46818e06d42ac5967ac75a2fa15dfc6b7","EndpointID":"","Gateway":"","IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"","DriverOpts":null}}},"Mounts":[]},{"Id":"126b09ddbac218ede19b299c1e4b6d23df76dc7edb7846faf00c078eac731ce8","Names":["/realtime-dev.supabase-realtime"],"Image":"supabase/realtime:v2.5.1","ImageID":"sha256:af08a5c73c957c3358c417de7df10b55367d8c09c0e52d3e37dbfc609736b6fa","Command":"/usr/bin/tini -s -g -- /app/limits.sh sh -c '/app/bin/migrate \u0026\u0026 /app/bin/realtime eval 'Realtime.Release.seeds(Realtime.Repo)' \u0026\u0026 /app/bin/server'","Created":1679589802,"Ports":[],"Labels":{"com.docker.compose.config-hash":"1a4b5f7e8be32aefb83ce647358640d72339c9f9f1d87661d947254b9386e579","com.docker.compose.container-number":"1","com.docker.compose.depends_on":"db:service_healthy","com.docker.compose.image":"sha256:af08a5c73c957c3358c417de7df10b55367d8c09c0e52d3e37dbfc609736b6fa","com.docker.compose.oneoff":"False","com.docker.compose.project":"supabase-docker","com.docker.compose.project.config_files":"C:\\Workspace\\egyetem\\mesteri\\realtime-web\\peer-project\\supabase-docker\\docker-compose.yml","com.docker.compose.project.working_dir":"C:\\Workspace\\egyetem\\mesteri\\realtime-web\\peer-project\\supabase-docker","com.docker.compose.service":"realtime","com.docker.compose.version":"2.15.1"},"State":"exited","Status":"Exited (143) 2 days ago","HostConfig":{"NetworkMode":"supabase-docker_default"},"NetworkSettings":{"Networks":{"supabase-docker_default":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"dab49593a014693f1f1cefff799afaf46818e06d42ac5967ac75a2fa15dfc6b7","EndpointID":"","Gateway":"","IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"","DriverOpts":null}}},"Mounts":[]},{"Id":"8b9aa996e6d36ef3dd24b1ce9b3b423fd3859183f35c3b5dedf8642dd4877901","Names":["/supabase-rest"],"Image":"postgrest/postgrest:v10.1.2","ImageID":"sha256:f7c1ab38195fd99aac23abc2b1dc6be7bf62575af79cf35b899ac4f1e001a043","Command":"/bin/postgrest","Created":1679589802,"Ports":[],"Labels":{"com.docker.compose.config-hash":"e45004a9c72d7c5364aeacf048373778234f1879beba2f807394d01d29f91957","com.docker.compose.container-number":"1","com.docker.compose.depends_on":"db:service_healthy","com.docker.compose.image":"sha256:f7c1ab38195fd99aac23abc2b1dc6be7bf62575af79cf35b899ac4f1e001a043","com.docker.compose.oneoff":"False","com.docker.compose.project":"supabase-docker","com.docker.compose.project.config_files":"C:\\Workspace\\egyetem\\mesteri\\realtime-web\\peer-project\\supabase-docker\\docker-compose.yml","com.docker.compose.project.working_dir":"C:\\Workspace\\egyetem\\mesteri\\realtime-web\\peer-project\\supabase-docker","com.docker.compose.service":"rest","com.docker.compose.version":"2.15.1"},"State":"exited","Status":"Exited (255) 2 days ago","HostConfig":{"NetworkMode":"supabase-docker_default"},"NetworkSettings":{"Networks":{"supabase-docker_default":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"dab49593a014693f1f1cefff799afaf46818e06d42ac5967ac75a2fa15dfc6b7","EndpointID":"","Gateway":"","IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"","DriverOpts":null}}},"Mounts":[]},{"Id":"13588916d735f92118e8bb256561bd53d8edd931acd337960be7d583892dc35a","Names":["/supabase-db"],"Image":"supabase/postgres:15.1.0.54-rc0","ImageID":"sha256:45cfa79d13c058bd25051ecc8815ef099d026c556e4b9b3b528ee0b706796a0b","Command":"docker-entrypoint.sh postgres -c config_file=/etc/postgresql/postgresql.conf -c log_min_messages=fatal","Created":1679589802,"Ports":[],"Labels":{"com.docker.compose.config-hash":"4291c2d98a553900bcebd525169fbbccfb8d33dc439d1baab81f05f8071a1e8f","com.docker.compose.container-number":"1","com.docker.compose.depends_on":"","com.docker.compose.image":"sha256:45cfa79d13c058bd25051ecc8815ef099d026c556e4b9b3b528ee0b706796a0b","com.docker.compose.oneoff":"False","com.docker.compose.project":"supabase-docker","com.docker.compose.project.config_files":"C:\\Workspace\\egyetem\\mesteri\\realtime-web\\peer-project\\supabase-docker\\docker-compose.yml","com.docker.compose.project.working_dir":"C:\\Workspace\\egyetem\\mesteri\\realtime-web\\peer-project\\supabase-docker","com.docker.compose.service":"db","com.docker.compose.version":"2.15.1","desktop.docker.io/binds/0/Source":"C:\\Workspace\\egyetem\\mesteri\\realtime-web\\peer-project\\supabase-docker\\volumes\\db\\realtime.sql","desktop.docker.io/binds/0/SourceKind":"hostFile","desktop.docker.io/binds/0/Target":"/docker-entrypoint-initdb.d/migrations/99-realtime.sql","desktop.docker.io/binds/1/Source":"C:\\Workspace\\egyetem\\mesteri\\realtime-web\\peer-project\\supabase-docker\\volumes\\db\\webhooks.sql","desktop.docker.io/binds/1/SourceKind":"hostFile","desktop.docker.io/binds/1/Target":"/docker-entrypoint-initdb.d/init-scripts/98-webhooks.sql","desktop.docker.io/binds/2/Source":"C:\\Workspace\\egyetem\\mesteri\\realtime-web\\peer-project\\supabase-docker\\volumes\\db\\roles.sql","desktop.docker.io/binds/2/SourceKind":"hostFile","desktop.docker.io/binds/2/Target":"/docker-entrypoint-initdb.d/init-scripts/99-roles.sql","desktop.docker.io/binds/3/Source":"C:\\Workspace\\egyetem\\mesteri\\realtime-web\\peer-project\\supabase-docker\\volumes\\db\\data","desktop.docker.io/binds/3/SourceKind":"hostFile","desktop.docker.io/binds/3/Target":"/var/lib/postgresql/data"},"State":"exited","Status":"Exited (0) 2 days ago","HostConfig":{"NetworkMode":"supabase-docker_default"},"NetworkSettings":{"Networks":{"supabase-docker_default":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"dab49593a014693f1f1cefff799afaf46818e06d42ac5967ac75a2fa15dfc6b7","EndpointID":"","Gateway":"","IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"","DriverOpts":null}}},"Mounts":[{"Type":"bind","Source":"/run/desktop/mnt/host/c/Workspace/egyetem/mesteri/realtime-web/peer-project/supabase-docker/volumes/db/webhooks.sql","Destination":"/docker-entrypoint-initdb.d/init-scripts/98-webhooks.sql","Mode":"rw,Z","RW":true,"Propagation":"rprivate"},{"Type":"bind","Source":"/run/desktop/mnt/host/c/Workspace/egyetem/mesteri/realtime-web/peer-project/supabase-docker/volumes/db/roles.sql","Destination":"/docker-entrypoint-initdb.d/init-scripts/99-roles.sql","Mode":"rw,Z","RW":true,"Propagation":"rprivate"},{"Type":"bind"
17:20:13.377 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "","Source":"/run/desktop/mnt/host/c/Workspace/egyetem/mesteri/realtime-web/peer-project/supabase-docker/volumes/db/realtime.sql","Destination":"/docker-entrypoint-initdb.d/migrations/99-realtime.sql","Mode":"rw,Z","RW":true,"Propagation":"rprivate"},{"Type":"bind","Source":"/run/desktop/mnt/host/c/Workspace/egyetem/mesteri/realtime-web/peer-project/supabase-docker/volumes/db/data","Destination":"/var/lib/postgresql/data","Mode":"rw,Z","RW":true,"Propagation":"rprivate"}]},{"Id":"78273fb6490c9b666b37cc736d27eda5cdaea5e0362a4261c6cf7917e932f9d3","Names":["/supabase-kong"],"Image":"kong:2.8.1","ImageID":"sha256:3cefb958bcd694597b65adc00053a762b1f9a6df3c6031af528d052d75a64e1a","Command":"/docker-entrypoint.sh kong docker-start","Created":1679589802,"Ports":[],"Labels":{"com.docker.compose.config-hash":"98975297602c6d25a851248426cab566a41313356e4b79fb3343a05d0582d203","com.docker.compose.container-number":"1","com.docker.compose.depends_on":"","com.docker.compose.image":"sha256:3cefb958bcd694597b65adc00053a762b1f9a6df3c6031af528d052d75a64e1a","com.docker.compose.oneoff":"False","com.docker.compose.project":"supabase-docker","com.docker.compose.project.config_files":"C:\\Workspace\\egyetem\\mesteri\\realtime-web\\peer-project\\supabase-docker\\docker-compose.yml","com.docker.compose.project.working_dir":"C:\\Workspace\\egyetem\\mesteri\\realtime-web\\peer-project\\supabase-docker","com.docker.compose.service":"kong","com.docker.compose.version":"2.15.1","desktop.docker.io/binds/0/Source":"C:\\Workspace\\egyetem\\mesteri\\realtime-web\\peer-project\\supabase-docker\\volumes\\api\\kong.yml","desktop.docker.io/binds/0/SourceKind":"hostFile","desktop.docker.io/binds/0/Target":"/var/lib/kong/kong.yml","maintainer":"Kong \u003csupport@konghq.com\u003e"},"State":"exited","Status":"Exited (0) 2 days ago","HostConfig":{"NetworkMode":"supabase-docker_default"},"NetworkSettings":{"Networks":{"supabase-docker_default":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"dab49593a014693f1f1cefff799afaf46818e06d42ac5967ac75a2fa15dfc6b7","EndpointID":"","Gateway":"","IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"","DriverOpts":null}}},"Mounts":[{"Type":"bind","Source":"/run/desktop/mnt/host/c/Workspace/egyetem/mesteri/realtime-web/peer-project/supabase-docker/volumes/api/kong.yml","Destination":"/var/lib/kong/kong.yml","Mode":"ro","RW":false,"Propagation":"rprivate"}]},{"Id":"3c4f08aa1f347e0fb847ef4c4b9e4150327d5f0c95b78778b4fc58bee65d35fa","Names":["/supabase-studio"],"Image":"supabase/studio:20230216-e731b77","ImageID":"sha256:bac8c8d61fcae616c9a96eab046325e75f00c8d6735998bca418bef37dec0c3f","Command":"docker-entrypoint.sh node studio/server.js","Created":1679589802,"Ports":[],"Labels":{"com.docker.compose.config-hash":"77679640abc4d028ee2871954e6e1d26c5ad82fae31c02c43c356f0d1f6f4b40","com.docker.compose.container-number":"1","com.docker.compose.depends_on":"","com.docker.compose.image":"sha256:bac8c8d61fcae616c9a96eab046325e75f00c8d6735998bca418bef37dec0c3f","com.docker.compose.oneoff":"False","com.docker.compose.project":"supabase-docker","com.docker.compose.project.config_files":"C:\\Workspace\\egyetem\\mesteri\\realtime-web\\peer-project\\supabase-docker\\docker-compose.yml","com.docker.compose.project.working_dir":"C:\\Workspace\\egyetem\\mesteri\\realtime-web\\peer-project\\supabase-docker","com.docker.compose.service":"studio","com.docker.compose.version":"2.15.1"},"State":"exited","Status":"Exited (0) 2 days ago","HostConfig":{"NetworkMode":"supabase-docker_default"},"NetworkSettings":{"Networks":{"supabase-docker_default":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"dab49593a014693f1f1cefff799afaf46818e06d42ac5967ac75a2fa15dfc6b7","EndpointID":"","Gateway":"","IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"","DriverOpts":null}}},"Mounts":[]},{"Id":"992c6968a65d55037cfdb3045ae88fba25360dfdcfcb4853937dc8cf96cc3fdf","Names":["/supabase-imgproxy"],"Image":"darthsim/imgproxy:v3.13","ImageID":"sha256:232022037b6265f4d91225c8c23686a9fd15bc5ab7580f625acef036d6b090f1","Command":"imgproxy","Created":1679589802,"Ports":[],"Labels":{"com.docker.compose.config-hash":"2d56b58ebd429108088ba3396ab8a7d12afe28c6e1360dedfbecd4f5e0f73228","com.docker.compose.container-number":"1","com.docker.compose.depends_on":"","com.docker.compose.image":"sha256:232022037b6265f4d91225c8c23686a9fd15bc5ab7580f625acef036d6b090f1","com.docker.compose.oneoff":"False","com.docker.compose.project":"supabase-docker","com.docker.compose.project.config_files":"C:\\Workspace\\egyetem\\mesteri\\realtime-web\\peer-project\\supabase-docker\\docker-compose.yml","com.docker.compose.project.working_dir":"C:\\Workspace\\egyetem\\mesteri\\realtime-web\\peer-project\\supabase-docker","com.docker.compose.service":"imgproxy","com.docker.compose.version":"2.15.1","desktop.docker.io/binds/0/Source":"C:\\Workspace\\egyetem\\mesteri\\realtime-web\\peer-project\\supabase-docker\\volumes\\storage","desktop.docker.io/binds/0/SourceKind":"hostFile","desktop.docker.io/binds/0/Target":"/var/lib/storage","maintainer":"Sergey Alexandrovich \u003cdarthsim@gmail.com\u003e"},"State":"exited","Status":"Exited (0) 2 days ago","HostConfig":{"NetworkMode":"supabase-docker_default"},"NetworkSettings":{"Networks":{"supabase-docker_default":{"IPAMConfig":null,"Links":null,"Aliases":null,"NetworkID":"dab49593a014693f1f1cefff799afaf46818e06d42ac5967ac75a2fa15dfc6b7","EndpointID":"","Gateway":"","IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"","DriverOpts":null}}},"Mounts":[{"Type":"bind","Source":"/run/desktop/mnt/host/c/Workspace/egyetem/mesteri/realtime-web/peer-project/supabase-docker/volumes/storage","Destination":"/var/lib/storage","Mode":"rw,z","RW":true,"Propagation":"rprivate"}]}][\n]"
17:20:13.379 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:13.379 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:13.379 [Test worker] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:13.379 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000040: releasing valid endpoint
17:20:13.379 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000040: releasing endpoint
17:20:13.379 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000040: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:13.380 [Test worker] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000040: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:13.396 [ducttape-0] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:13.397 [ducttape-0] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:13.397 [ducttape-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000042: preparing request execution
17:20:13.397 [ducttape-0] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:13.397 [ducttape-0] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:13.397 [ducttape-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000042: target auth state: UNCHALLENGED
17:20:13.397 [ducttape-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000042: proxy auth state: UNCHALLENGED
17:20:13.397 [ducttape-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000042: acquiring connection with route {}->npipe://localhost:2375
17:20:13.397 [ducttape-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000042: acquiring endpoint (3 MINUTES)
17:20:13.398 [ducttape-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000042: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:13.398 [ducttape-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000042: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:13.398 [ducttape-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000042: acquired ep-00000041
17:20:13.398 [ducttape-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000042: acquired endpoint ep-00000041
17:20:13.398 [ducttape-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000042: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:13.398 [ducttape-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000041: start execution ex-00000042
17:20:13.398 [ducttape-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000041: executing exchange ex-00000042 over http-outgoing-2
17:20:13.398 [ducttape-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:13.398 [ducttape-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:13.398 [ducttape-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:13.398 [ducttape-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:13.399 [ducttape-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:13.399 [ducttape-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:13.399 [ducttape-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:13.399 [ducttape-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:13.399 [ducttape-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:13.399 [ducttape-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:13.399 [ducttape-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:13.399 [ducttape-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:13.399 [ducttape-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:13.399 [ducttape-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:13.399 [ducttape-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:13.404 [ducttape-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:13.404 [ducttape-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:13.404 [ducttape-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:13.404 [ducttape-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:13 GMT[\r][\n]"
17:20:13.404 [ducttape-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:13.404 [ducttape-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:13.404 [ducttape-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:13.404 [ducttape-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:13.404 [ducttape-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:13.405 [ducttape-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:13.405 [ducttape-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:13.405 [ducttape-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:13.405 [ducttape-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:13 GMT
17:20:13.405 [ducttape-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:13.405 [ducttape-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:13.405 [ducttape-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:13.405 [ducttape-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:13.405 [ducttape-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000042: connection can be kept alive for 3 MINUTES
17:20:13.410 [ducttape-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "1b6b[\r][\n]"
17:20:13.410 [ducttape-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":0,"Log":[]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cb"
17:20:13.411 [ducttape-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "a8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:13.412 [ducttape-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:13.413 [ducttape-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:13.413 [ducttape-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:13.413 [ducttape-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000041: releasing valid endpoint
17:20:13.413 [ducttape-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000041: releasing endpoint
17:20:13.413 [ducttape-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000041: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:13.413 [ducttape-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000041: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:13.414 [testcontainers-wait-0] DEBUG o.t.c.ExecInContainerPattern - /z6g93qfd8y2a_db_1: Running "exec" command: /bin/sh -c while true; do ( true  &&  (grep -i ':0*cea' /proc/net/tcp* || nc -vz -w 1 localhost 3306 || /bin/bash -c '</dev/tcp/localhost/3306') ) && exit 0 || sleep 0.1; done
17:20:13.414 [testcontainers-wait-0] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: true,<null>,true,{/bin/sh,-c,while true; do ( true  &&  (grep -i ':0*cea' /proc/net/tcp* || nc -vz -w 1 localhost 3306 || /bin/bash -c '</dev/tcp/localhost/3306') ) && exit 0 || sleep 0.1; done},f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,<null>,<null>,<null>,<null>,<null>
17:20:13.415 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000043: preparing request execution
17:20:13.415 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:13.415 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:13.415 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000043: target auth state: UNCHALLENGED
17:20:13.415 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000043: proxy auth state: UNCHALLENGED
17:20:13.415 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000043: acquiring connection with route {}->npipe://localhost:2375
17:20:13.415 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000043: acquiring endpoint (3 MINUTES)
17:20:13.415 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000043: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:13.415 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000043: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:13.415 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000043: acquired ep-00000042
17:20:13.415 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000043: acquired endpoint ep-00000042
17:20:13.415 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000043: executing POST /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/exec HTTP/1.1
17:20:13.415 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000042: start execution ex-00000043
17:20:13.415 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000042: executing exchange ex-00000043 over http-outgoing-2
17:20:13.415 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> POST /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/exec HTTP/1.1
17:20:13.415 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:13.415 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> content-type: application/json
17:20:13.415 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:13.415 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:13.415 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Content-Length: 401
17:20:13.415 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:13.415 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:13.415 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:13.415 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "POST /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/exec HTTP/1.1[\r][\n]"
17:20:13.415 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:13.415 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "content-type: application/json[\r][\n]"
17:20:13.415 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:13.415 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:13.415 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Content-Length: 401[\r][\n]"
17:20:13.415 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:13.415 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:13.415 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:13.415 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:13.415 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "{"containerId":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","AttachStdin":null,"AttachStdout":true,"AttachStderr":true,"Tty":null,"Privileged":null,"User":null,"Cmd":["/bin/sh","-c","while true; do ( true  &&  (grep -i ':0*cea' /proc/net/tcp* || nc -vz -w 1 localhost 3306 || /bin/bash -c '</dev/tcp/localhost/3306') ) && exit 0 || sleep 0.1; done"],"Env":null,"WorkingDir":null}"
17:20:13.418 [testcontainers-wait-1] DEBUG o.t.c.w.s.HostPortWaitStrategy - External port check passed for [3306] mapped as [49218, 3306] in PT0.0044103S
17:20:13.435 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 201 Created[\r][\n]"
17:20:13.436 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:13.436 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:13.436 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:13 GMT[\r][\n]"
17:20:13.436 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:13.436 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:13.436 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:13.436 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:13.436 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:13.436 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 201 Created
17:20:13.436 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:13.436 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:13.436 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:13 GMT
17:20:13.436 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:13.436 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:13.436 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:13.436 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:13.437 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000043: connection can be kept alive for 3 MINUTES
17:20:13.437 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "4a[\r][\n]"
17:20:13.437 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"65d29e888b56f769864dbc1eea50ed16c424f00602dbda5c82d5c37d9619b1ee"}[\n]"
17:20:13.437 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:13.437 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:13.437 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:13.437 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000042: releasing valid endpoint
17:20:13.437 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000042: releasing endpoint
17:20:13.437 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000042: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:13.437 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000042: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:13.439 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000044: preparing request execution
17:20:13.439 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:13.439 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:13.439 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000044: target auth state: UNCHALLENGED
17:20:13.441 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000044: proxy auth state: UNCHALLENGED
17:20:13.441 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000044: acquiring connection with route {}->npipe://localhost:2375
17:20:13.441 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000044: acquiring endpoint (3 MINUTES)
17:20:13.441 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000044: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:13.443 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000044: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:13.443 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000044: acquired ep-00000043
17:20:13.443 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000044: acquired endpoint ep-00000043
17:20:13.443 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000044: executing POST /v1.32/exec/65d29e888b56f769864dbc1eea50ed16c424f00602dbda5c82d5c37d9619b1ee/start HTTP/1.1
17:20:13.443 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000043: start execution ex-00000044
17:20:13.443 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000043: executing exchange ex-00000044 over http-outgoing-2
17:20:13.445 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> POST /v1.32/exec/65d29e888b56f769864dbc1eea50ed16c424f00602dbda5c82d5c37d9619b1ee/start HTTP/1.1
17:20:13.446 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:13.446 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> content-type: application/json
17:20:13.446 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:13.446 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:13.446 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Content-Length: 26
17:20:13.446 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:13.446 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:13.446 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:13.446 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "POST /v1.32/exec/65d29e888b56f769864dbc1eea50ed16c424f00602dbda5c82d5c37d9619b1ee/start HTTP/1.1[\r][\n]"
17:20:13.446 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:13.446 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "content-type: application/json[\r][\n]"
17:20:13.446 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:13.446 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:13.446 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Content-Length: 26[\r][\n]"
17:20:13.446 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:13.446 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:13.446 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:13.446 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:13.446 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "{"Detach":null,"Tty":null}"
17:20:13.467 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:13.467 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:13.467 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/vnd.docker.raw-stream[\r][\n]"
17:20:13.467 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:13 GMT[\r][\n]"
17:20:13.467 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:13.467 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:13.467 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:13.467 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:13.467 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:13.467 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:13.467 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:13.467 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/vnd.docker.raw-stream
17:20:13.467 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:13 GMT
17:20:13.467 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:13.467 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:13.467 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:13.467 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:13.467 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000044: connection can be kept alive for 3 MINUTES
17:20:13.984 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:13.984 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:13.984 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:13.989 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:13.989 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:13.989 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:13.989 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:14.095 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:14.095 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:14.095 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:14.098 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:14.098 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:14.098 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:14.098 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:14.207 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:14.208 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:14.208 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:14.211 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "3c[\r][\n]"
17:20:14.211 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]4/bin/bash: connect: Cannot assign requested address[\n]"
17:20:14.211 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:14.211 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "4c[\r][\n]"
17:20:14.211 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]D/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:14.211 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:14.325 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:14.325 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:14.325 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:14.328 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:14.328 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:14.328 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:14.328 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:14.446 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:14.446 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:14.446 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:14.452 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:14.452 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:14.452 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:14.452 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:14.559 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:14.559 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:14.559 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:14.563 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:14.563 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:14.563 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:14.563 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:14.683 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:14.684 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:14.684 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:14.697 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:14.697 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:14.697 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:14.697 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:14.820 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:14.820 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:14.820 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:14.829 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:14.829 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:14.829 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:14.829 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:14.968 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:14.968 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:14.968 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:14.985 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:14.985 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:14.985 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:14.985 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:15.106 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:15.106 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:15.106 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:15.126 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:15.126 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:15.127 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:15.127 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:15.245 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:15.245 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:15.245 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:15.253 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:15.253 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:15.253 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:15.253 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:15.363 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:15.363 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:15.363 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:15.372 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:15.372 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:15.372 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:15.372 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:15.511 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:15.511 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:15.511 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:15.534 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:15.534 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:15.534 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:15.534 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:15.646 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:15.647 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:15.647 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:15.649 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:15.649 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:15.649 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:15.649 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:15.766 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:15.767 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:15.767 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:15.771 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:15.771 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:15.771 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:15.771 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:15.887 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:15.887 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:15.887 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:15.896 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:15.896 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:15.896 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:15.896 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:16.010 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:16.011 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:16.011 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:16.016 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:16.016 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:16.016 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:16.016 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:16.137 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:16.137 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:16.137 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:16.143 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:16.143 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:16.144 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:16.144 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:16.260 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:16.260 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:16.260 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:16.270 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:16.270 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:16.271 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:16.271 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:16.383 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:16.383 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:16.383 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:16.389 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:16.389 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:16.389 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:16.389 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:16.495 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:16.495 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:16.496 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:16.497 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:16.497 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:16.497 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:16.497 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:16.604 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:16.604 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:16.604 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:16.607 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:16.607 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:16.607 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:16.607 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:16.714 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:16.714 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:16.714 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:16.719 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:16.719 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:16.719 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:16.719 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:16.831 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:16.831 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:16.831 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:16.844 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:16.844 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:16.844 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:16.844 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:16.953 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:16.953 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:16.953 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:16.966 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:16.966 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:16.966 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:16.966 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:17.075 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:17.075 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:17.075 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:17.083 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:17.083 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:17.083 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:17.083 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:17.188 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:17.188 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:17.188 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:17.191 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:17.191 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:17.191 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:17.191 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:17.305 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:17.305 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:17.305 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:17.311 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:17.311 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:17.311 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:17.311 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:17.419 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:17.420 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:17.420 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:17.423 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:17.423 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:17.423 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:17.423 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:17.540 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:17.540 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:17.540 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:17.545 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:17.545 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:17.545 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:17.545 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:17.656 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:17.657 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:17.657 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:17.675 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:17.676 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:17.676 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:17.676 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:17.794 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:17.794 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:17.794 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:17.803 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:17.803 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:17.803 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:17.803 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:18.116 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:18.116 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:18.116 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:18.138 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:18.138 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:18.138 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:18.138 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:18.263 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:18.263 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:18.263 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:18.275 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:18.275 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:18.275 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:18.275 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:18.399 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:18.399 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:18.399 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:18.409 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:18.409 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:18.409 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:18.409 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:18.533 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:18.534 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:18.534 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:18.557 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:18.557 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:18.557 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:18.557 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:18.663 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:18.663 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:18.663 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:18.666 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:18.666 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:18.666 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:18.666 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:18.773 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:18.773 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:18.774 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:18.777 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:18.777 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:18.777 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:18.777 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:18.884 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:18.884 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:18.884 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:18.888 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:18.888 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:18.888 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:18.888 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:18.996 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:18.996 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:18.996 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:19.003 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:19.003 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:19.003 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:19.003 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:19.110 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:19.111 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:19.111 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:19.115 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:19.115 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:19.115 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:19.115 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:19.230 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:19.230 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:19.230 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:19.234 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:19.235 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:19.235 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:19.235 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:19.345 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:19.345 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:19.345 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:19.348 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:19.348 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:19.348 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:19.348 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:19.454 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:19.454 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:19.454 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:19.462 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:19.462 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:19.462 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:19.462 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:19.573 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:19.573 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:19.573 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:19.577 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:19.577 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:19.577 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:19.577 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:19.686 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:19.686 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:19.686 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:19.691 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:19.691 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:19.691 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:19.691 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:19.797 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:19.797 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:19.797 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:19.801 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:19.801 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:19.801 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:19.801 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:19.911 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:19.911 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:19.911 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:19.918 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:19.918 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:19.918 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:19.918 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:20.029 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:20.029 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:20.029 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:20.036 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:20.036 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:20.036 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:20.036 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:20.140 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:20.140 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:20.140 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:20.142 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:20.142 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:20.142 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:20.142 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:20.247 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:20.248 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:20.248 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:20.251 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:20.251 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:20.251 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:20.251 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:20.356 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:20.356 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:20.356 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:20.362 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:20.362 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:20.362 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:20.362 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:20.470 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:20.470 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:20.470 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:20.475 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:20.475 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:20.475 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:20.475 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:20.585 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:20.585 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:20.585 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:20.596 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:20.596 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:20.596 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:20.596 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:20.942 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:20.942 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:20.942 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:20.956 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:20.956 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:20.956 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:20.956 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:21.080 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:21.081 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:21.081 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:21.086 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:21.086 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:21.086 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:21.086 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:21.199 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:21.199 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:21.199 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:21.211 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:21.211 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:21.211 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:21.211 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:21.330 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:21.330 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:21.330 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:21.332 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:21.332 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:21.332 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:21.332 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:21.444 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:21.444 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:21.444 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:21.475 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:21.476 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:21.476 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:21.476 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:21.583 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:21.583 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:21.583 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:21.586 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:21.586 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:21.586 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:21.586 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:21.701 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:21.701 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:21.701 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:21.707 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:21.707 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:21.707 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:21.707 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:21.864 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:21.864 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:21.864 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:21.876 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:21.876 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:21.876 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:21.876 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:21.990 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:21.991 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:21.991 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:21.992 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:21.992 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:21.992 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:21.992 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:22.108 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:22.108 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:22.108 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:22.124 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:22.124 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:22.124 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:22.124 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:22.244 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:22.244 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:22.244 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:22.246 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:22.246 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:22.246 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:22.246 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:22.376 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:22.376 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:22.376 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:22.381 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:22.381 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:22.381 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:22.381 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:22.491 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:22.491 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:22.491 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:22.500 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:22.501 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:22.501 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:22.501 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:22.612 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:22.613 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:22.613 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:22.616 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:22.616 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:22.616 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:22.616 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:22.728 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:22.728 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:22.728 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:22.733 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:22.733 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:22.733 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:22.733 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:22.851 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:22.851 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:22.851 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:22.858 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:22.858 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:22.858 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:22.858 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:22.968 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:22.968 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:22.968 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:22.971 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:22.971 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:22.971 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:22.971 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:23.086 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:23.086 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:23.086 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:23.090 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:23.091 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:23.091 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:23.091 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:23.207 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:23.208 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:23.208 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:23.218 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:23.218 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:23.218 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:23.218 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:23.335 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:23.335 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:23.335 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:23.347 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:23.347 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:23.347 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:23.347 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:23.456 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:23.456 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:23.456 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:23.462 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:23.462 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:23.462 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:23.462 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:23.572 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:23.572 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:23.572 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:23.578 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:23.578 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:23.578 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:23.578 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:23.686 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:23.686 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:23.686 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:23.689 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:23.689 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:23.689 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:23.689 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:23.802 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:23.802 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:23.802 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:23.804 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:23.804 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:23.804 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:23.804 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:23.917 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:23.917 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:23.917 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:23.927 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:23.927 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:23.927 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:23.927 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:24.040 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:24.040 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:24.040 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:24.046 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:24.046 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:24.046 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:24.046 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:24.165 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:24.165 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:24.165 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:24.172 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:24.172 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:24.172 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:24.172 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:24.282 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:24.282 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:24.282 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:24.284 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:24.284 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:24.284 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:24.284 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:24.399 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:24.399 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:24.399 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:24.405 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:24.405 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:24.405 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:24.405 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:24.515 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:24.515 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:24.515 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:24.519 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:24.519 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:24.519 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:24.519 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:24.636 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:24.636 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:24.636 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:24.640 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:24.640 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:24.640 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:24.640 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:24.753 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:24.753 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:24.753 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:24.757 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:24.757 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:24.757 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:24.757 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:24.863 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:24.863 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:24.863 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:24.866 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:24.866 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:24.866 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:24.866 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:24.974 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:24.974 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:24.974 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:24.979 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:24.979 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:24.979 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:24.979 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:25.085 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:25.085 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:25.085 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:25.089 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:25.089 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:25.089 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:25.089 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:25.198 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:25.198 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:25.198 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:25.204 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:25.204 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:25.204 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:25.204 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:25.311 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:25.311 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:25.311 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:25.315 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:25.315 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:25.315 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:25.315 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:25.427 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:25.427 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:25.427 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:25.431 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:25.431 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:25.431 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:25.431 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:25.542 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:25.542 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:25.542 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:25.546 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:25.546 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:25.546 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:25.546 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:25.654 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:25.654 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:25.654 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:25.655 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:25.656 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:25.656 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:25.656 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:25.764 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:25.764 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:25.764 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:25.766 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:25.766 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:25.766 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:25.766 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:25.872 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:25.872 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:25.872 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:25.874 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:25.874 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:25.874 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:25.874 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:25.991 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:25.991 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:25.992 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:26.001 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:26.001 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:26.001 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:26.001 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:26.107 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:26.107 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:26.107 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:26.113 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:26.113 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:26.113 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:26.113 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:26.233 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:26.233 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:26.233 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:26.240 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:26.240 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:26.240 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:26.240 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:26.356 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:26.356 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:26.357 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:26.365 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:26.365 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:26.365 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:26.365 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:26.474 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:26.474 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:26.474 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:26.480 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:26.480 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:26.480 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:26.480 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:26.588 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:26.588 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:26.588 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:26.603 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:26.603 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:26.603 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:26.603 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:26.710 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:26.710 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:26.710 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:26.715 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:26.715 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:26.715 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:26.715 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:26.836 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:26.836 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:26.836 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:26.845 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:26.845 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:26.845 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:26.845 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:26.950 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:26.950 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:26.950 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:26.955 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:26.955 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:26.955 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:26.955 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:27.070 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:27.070 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:27.070 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:27.083 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:27.083 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:27.083 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:27.083 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:27.202 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:27.202 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:27.202 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:27.211 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:27.211 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:27.211 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:27.211 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:27.322 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:27.322 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:27.322 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:27.325 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:27.325 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:27.325 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:27.325 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:27.446 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:27.446 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:27.446 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:27.457 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:27.458 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:27.458 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:27.458 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:27.568 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:27.568 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:27.568 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:27.573 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:27.573 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:27.573 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:27.573 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:27.686 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:27.686 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:27.686 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:27.696 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:27.696 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:27.696 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:27.696 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:27.812 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:27.812 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:27.812 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:27.817 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:27.819 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:27.819 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:27.819 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:27.922 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:27.922 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:27.922 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:27.926 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:27.926 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:27.926 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:27.926 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:28.041 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:28.041 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:28.042 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:28.047 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:28.047 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:28.047 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:28.047 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:28.157 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:28.157 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:28.157 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:28.164 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:28.164 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:28.164 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:28.164 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:28.274 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:28.274 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:28.274 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:28.280 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:28.280 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:28.280 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:28.280 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:28.392 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:28.392 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:28.393 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:28.400 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:28.400 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:28.400 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:28.400 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:28.592 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:28.592 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:28.592 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:28.641 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:28.642 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:28.642 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:28.642 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:28.753 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:28.754 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:28.754 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:28.810 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:28.810 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:28.810 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:28.810 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:28.924 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:28.924 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:28.924 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:28.928 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:28.928 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:28.928 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:28.928 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:29.089 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:29.089 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:29.089 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:29.140 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:29.141 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:29.141 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:29.141 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:29.259 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:29.259 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:29.259 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:29.283 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:29.284 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:29.284 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:29.284 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:29.421 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:29.421 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:29.421 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:29.431 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:29.431 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:29.431 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:29.431 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:29.543 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:29.543 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:29.543 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:29.553 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:29.553 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:29.553 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:29.553 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:29.672 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "9f[\r][\n]"
17:20:29.672 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0xffffff97]/bin/sh: nc: command not found[\n]"
17:20:29.672 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: connect: Cannot assign requested address[\n]"
17:20:29.672 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:29.672 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:29.781 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:29.781 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:29.781 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:29.783 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:29.783 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:29.783 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:29.783 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:29.895 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:29.895 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:29.895 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:29.901 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:29.901 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:29.901 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:29.901 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:30.064 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:30.064 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:30.064 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:30.072 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:30.072 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:30.072 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:30.072 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:30.182 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:30.182 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:30.182 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:30.189 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:30.189 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:30.189 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:30.189 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:30.298 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:30.298 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:30.298 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:30.302 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:30.302 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:30.302 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:30.302 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:30.420 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:30.420 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:30.420 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:30.423 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:30.423 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:30.423 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:30.423 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:30.536 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:30.536 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:30.536 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:30.538 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:30.538 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:30.538 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:30.538 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:30.649 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:30.649 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:30.649 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:30.658 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:30.658 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:30.658 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:30.658 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:30.766 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:30.766 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:30.766 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:30.771 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:30.771 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:30.771 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:30.771 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:30.883 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:30.883 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:30.883 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:30.887 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:30.887 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:30.887 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:30.887 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:30.995 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:30.995 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:30.995 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:30.998 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:30.998 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:30.998 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:30.998 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:31.106 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:31.106 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:31.106 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:31.108 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:31.108 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:31.108 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:31.108 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:31.214 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:31.214 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:31.214 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:31.218 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:31.218 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:31.218 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:31.218 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:31.327 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:31.327 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:31.327 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:31.331 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:31.331 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:31.331 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:31.331 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:31.440 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:31.440 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:31.440 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:31.446 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:31.446 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:31.446 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:31.446 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:31.592 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:31.592 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:31.592 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:31.597 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:31.597 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:31.597 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:31.597 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:31.707 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:31.707 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:31.707 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:31.712 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:31.712 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:31.712 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:31.712 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:31.822 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:31.822 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:31.822 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:31.824 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:31.824 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:31.824 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:31.824 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:31.931 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:31.931 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:31.931 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:31.933 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:31.933 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:31.933 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:31.933 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:32.039 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:32.039 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:32.039 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:32.041 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:32.041 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:32.041 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:32.041 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:32.166 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:32.166 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:32.166 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:32.176 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:32.177 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:32.177 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:32.177 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:32.290 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:32.290 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:32.291 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:32.296 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:32.296 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:32.296 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:32.296 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:32.407 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:32.407 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:32.407 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:32.413 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:32.413 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:32.413 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:32.413 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:32.529 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:32.529 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:32.529 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:32.542 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:32.542 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:32.542 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:32.542 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:32.656 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:32.656 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:32.656 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:32.659 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:32.659 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:32.659 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:32.659 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:32.766 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:32.766 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:32.766 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:32.767 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:32.767 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:32.767 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:32.767 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:32.878 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:32.878 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:32.878 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:32.881 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:32.881 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:32.881 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:32.881 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:32.989 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:32.989 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:32.989 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:32.990 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:32.990 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:32.990 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:32.990 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.097 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:33.098 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:33.098 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.099 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:33.099 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:33.099 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:33.099 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.204 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:33.204 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:33.204 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.224 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:33.225 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:33.225 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:33.225 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.329 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:33.329 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:33.329 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.331 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:33.331 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:33.331 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:33.331 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.436 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:33.436 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:33.436 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.438 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:33.438 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:33.438 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:33.438 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.543 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:33.543 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:33.543 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.545 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:33.545 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:33.545 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:33.545 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.655 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "27[\r][\n]"
17:20:33.655 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0x1f]/bin/sh: nc: command not found[\n]"
17:20:33.655 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.661 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "80[\r][\n]"
17:20:33.662 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x/bin/bash: connect: Cannot assign requested address[\n]"
17:20:33.662 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "/bin/bash: /dev/tcp/localhost/3306: Cannot assign requested address[\n]"
17:20:33.662 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.772 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "c9[\r][\n]"
17:20:33.772 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[0x1][0x0][0x0][0x0][0x0][0x0][0x0][0xffffffc1]/proc/net/tcp6:   0: 00000000000000000000000000000000:0CEA 00000000000000000000000000000000:0000 0A 00000000:00000000 00:00000000 00000000   999        0 919485 1 00000000f8cbafa3 100 0 0 10 0[\n]"
17:20:33.772 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.779 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:33.779 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.780 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000043: releasing valid endpoint
17:20:33.780 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000043: releasing endpoint
17:20:33.780 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000043: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:33.780 [docker-java-stream--1686038140] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000043: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:33.781 [testcontainers-wait-0] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: 65d29e888b56f769864dbc1eea50ed16c424f00602dbda5c82d5c37d9619b1ee
17:20:33.781 [testcontainers-wait-0] DEBUG o.t.s.c.g.d.c.e.InspectExecCmdExec - GET: DefaultWebTarget{path=[/exec/65d29e888b56f769864dbc1eea50ed16c424f00602dbda5c82d5c37d9619b1ee/json], queryParams={}}
17:20:33.782 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000045: preparing request execution
17:20:33.782 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:33.782 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:33.782 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000045: target auth state: UNCHALLENGED
17:20:33.782 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000045: proxy auth state: UNCHALLENGED
17:20:33.782 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000045: acquiring connection with route {}->npipe://localhost:2375
17:20:33.782 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000045: acquiring endpoint (3 MINUTES)
17:20:33.782 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000045: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:33.782 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000045: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:33.782 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000045: acquired ep-00000044
17:20:33.782 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000045: acquired endpoint ep-00000044
17:20:33.782 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000045: executing GET /v1.32/exec/65d29e888b56f769864dbc1eea50ed16c424f00602dbda5c82d5c37d9619b1ee/json HTTP/1.1
17:20:33.782 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000044: start execution ex-00000045
17:20:33.782 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000044: executing exchange ex-00000045 over http-outgoing-2
17:20:33.782 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/exec/65d29e888b56f769864dbc1eea50ed16c424f00602dbda5c82d5c37d9619b1ee/json HTTP/1.1
17:20:33.783 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:33.783 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:33.783 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:33.783 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:33.783 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:33.783 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:33.783 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/exec/65d29e888b56f769864dbc1eea50ed16c424f00602dbda5c82d5c37d9619b1ee/json HTTP/1.1[\r][\n]"
17:20:33.783 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:33.783 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:33.783 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:33.783 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:33.783 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:33.783 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:33.783 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:33.788 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:33.788 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:33.788 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:33.788 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:33 GMT[\r][\n]"
17:20:33.788 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:33.788 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:33.788 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:33.788 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:33.788 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.788 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:33.788 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:33.788 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:33.788 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:33 GMT
17:20:33.788 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:33.788 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:33.788 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:33.788 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:33.789 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000045: connection can be kept alive for 3 MINUTES
17:20:33.789 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "21d[\r][\n]"
17:20:33.789 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"ID":"65d29e888b56f769864dbc1eea50ed16c424f00602dbda5c82d5c37d9619b1ee","Running":false,"ExitCode":0,"ProcessConfig":{"tty":false,"entrypoint":"/bin/sh","arguments":["-c","while true; do ( true  &&  (grep -i ':0*cea' /proc/net/tcp* || nc -vz -w 1 localhost 3306 || /bin/bash -c '</dev/tcp/localhost/3306') ) && exit 0 || sleep 0.1; done"],"privileged":false},"OpenStdin":false,"OpenStderr":true,"OpenStdout":true,"CanRemove":false,"ContainerID":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","DetachKeys":"","Pid":3861}[\n]"
17:20:33.789 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.790 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:33.790 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.790 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000044: releasing valid endpoint
17:20:33.790 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000044: releasing endpoint
17:20:33.790 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000044: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:33.790 [testcontainers-wait-0] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000044: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:33.790 [testcontainers-wait-0] DEBUG o.t.c.w.s.HostPortWaitStrategy - Internal port check passed for [3306] in PT20.3761396S
17:20:33.793 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:33.794 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:33.794 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000046: preparing request execution
17:20:33.794 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:33.794 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:33.794 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000046: target auth state: UNCHALLENGED
17:20:33.794 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000046: proxy auth state: UNCHALLENGED
17:20:33.794 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000046: acquiring connection with route {}->npipe://localhost:2375
17:20:33.794 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000046: acquiring endpoint (3 MINUTES)
17:20:33.795 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000046: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:33.796 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000046: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:33.796 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000046: acquired ep-00000045
17:20:33.796 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000046: acquired endpoint ep-00000045
17:20:33.796 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000046: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:33.796 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000045: start execution ex-00000046
17:20:33.796 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000045: executing exchange ex-00000046 over http-outgoing-2
17:20:33.796 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:33.796 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:33.796 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:33.796 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:33.796 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:33.796 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:33.796 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:33.796 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:33.796 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:33.796 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:33.796 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:33.796 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:33.796 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:33.796 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:33.796 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:33.801 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:33.801 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:33.801 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:33.801 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:33 GMT[\r][\n]"
17:20:33.801 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:33.801 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:33.801 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:33.801 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:33.801 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.801 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:33.801 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:33.801 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:33.801 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:33 GMT
17:20:33.801 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:33.801 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:33.801 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:33.801 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:33.802 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000046: connection can be kept alive for 3 MINUTES
17:20:33.806 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:33.807 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:33.808 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:33.810 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.810 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:33.810 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.810 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000045: releasing valid endpoint
17:20:33.810 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000045: releasing endpoint
17:20:33.810 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000045: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:33.810 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000045: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:33.811 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:33.811 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:33.811 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000047: preparing request execution
17:20:33.811 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:33.811 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:33.811 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000047: target auth state: UNCHALLENGED
17:20:33.811 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000047: proxy auth state: UNCHALLENGED
17:20:33.811 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000047: acquiring connection with route {}->npipe://localhost:2375
17:20:33.811 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000047: acquiring endpoint (3 MINUTES)
17:20:33.811 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000047: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:33.812 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000047: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:33.812 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000047: acquired ep-00000046
17:20:33.812 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000047: acquired endpoint ep-00000046
17:20:33.812 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000047: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:33.812 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000046: start execution ex-00000047
17:20:33.812 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000046: executing exchange ex-00000047 over http-outgoing-2
17:20:33.812 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:33.812 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:33.812 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:33.812 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:33.812 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:33.812 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:33.812 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:33.812 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:33.812 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:33.812 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:33.812 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:33.812 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:33.812 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:33.812 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:33.812 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:33.817 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:33.817 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:33.817 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:33.817 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:33 GMT[\r][\n]"
17:20:33.817 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:33.817 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:33.817 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:33.817 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:33.817 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.817 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:33.817 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:33.817 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:33.817 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:33 GMT
17:20:33.817 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:33.817 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:33.817 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:33.817 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:33.818 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000047: connection can be kept alive for 3 MINUTES
17:20:33.822 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:33.823 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:33.824 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:33.825 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.825 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:33.825 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.825 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000046: releasing valid endpoint
17:20:33.825 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000046: releasing endpoint
17:20:33.825 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000046: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:33.825 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000046: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:33.825 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:33.826 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:33.826 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000048: preparing request execution
17:20:33.827 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:33.827 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:33.827 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000048: target auth state: UNCHALLENGED
17:20:33.827 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000048: proxy auth state: UNCHALLENGED
17:20:33.827 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000048: acquiring connection with route {}->npipe://localhost:2375
17:20:33.827 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000048: acquiring endpoint (3 MINUTES)
17:20:33.827 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000048: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:33.827 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000048: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:33.827 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000048: acquired ep-00000047
17:20:33.827 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000048: acquired endpoint ep-00000047
17:20:33.827 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000048: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:33.827 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000047: start execution ex-00000048
17:20:33.827 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000047: executing exchange ex-00000048 over http-outgoing-2
17:20:33.827 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:33.827 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:33.827 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:33.827 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:33.827 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:33.827 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:33.827 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:33.827 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:33.827 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:33.827 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:33.827 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:33.827 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:33.827 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:33.827 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:33.827 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:33.832 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:33.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:33.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:33.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:33 GMT[\r][\n]"
17:20:33.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:33.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:33.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:33.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:33.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:33.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:33.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:33.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:33 GMT
17:20:33.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:33.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:33.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:33.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:33.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000048: connection can be kept alive for 3 MINUTES
17:20:33.840 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:33.840 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:33.841 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:33.842 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.842 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:33.842 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.842 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000047: releasing valid endpoint
17:20:33.842 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000047: releasing endpoint
17:20:33.842 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000047: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:33.842 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000047: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:33.843 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:33.843 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:33.844 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000049: preparing request execution
17:20:33.844 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:33.844 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:33.844 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000049: target auth state: UNCHALLENGED
17:20:33.844 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000049: proxy auth state: UNCHALLENGED
17:20:33.844 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000049: acquiring connection with route {}->npipe://localhost:2375
17:20:33.844 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000049: acquiring endpoint (3 MINUTES)
17:20:33.844 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000049: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:33.844 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000049: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:33.844 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000049: acquired ep-00000048
17:20:33.844 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000049: acquired endpoint ep-00000048
17:20:33.844 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000049: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:33.844 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000048: start execution ex-00000049
17:20:33.844 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000048: executing exchange ex-00000049 over http-outgoing-2
17:20:33.844 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:33.844 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:33.844 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:33.844 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:33.844 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:33.844 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:33.844 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:33.844 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:33.844 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:33.844 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:33.844 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:33.844 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:33.844 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:33.844 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:33.844 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:33.853 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:33.853 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:33.853 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:33.853 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:33 GMT[\r][\n]"
17:20:33.853 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:33.853 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:33.853 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:33.853 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:33.853 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.853 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:33.853 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:33.853 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:33.853 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:33 GMT
17:20:33.853 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:33.853 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:33.853 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:33.853 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:33.853 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000049: connection can be kept alive for 3 MINUTES
17:20:33.861 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:33.861 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:33.861 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:33.863 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.863 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:33.863 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.863 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000048: releasing valid endpoint
17:20:33.863 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000048: releasing endpoint
17:20:33.864 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000048: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:33.864 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000048: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:33.864 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:33.864 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:33.864 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000004A: preparing request execution
17:20:33.864 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:33.864 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:33.864 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000004A: target auth state: UNCHALLENGED
17:20:33.864 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000004A: proxy auth state: UNCHALLENGED
17:20:33.864 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000004A: acquiring connection with route {}->npipe://localhost:2375
17:20:33.864 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000004A: acquiring endpoint (3 MINUTES)
17:20:33.865 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000004A: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:33.865 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000004A: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:33.865 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000004A: acquired ep-00000049
17:20:33.865 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000004A: acquired endpoint ep-00000049
17:20:33.865 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000004A: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:33.865 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000049: start execution ex-0000004A
17:20:33.865 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000049: executing exchange ex-0000004A over http-outgoing-2
17:20:33.865 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:33.865 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:33.865 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:33.865 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:33.865 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:33.865 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:33.865 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:33.865 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:33.865 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:33.865 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:33.865 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:33.865 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:33.865 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:33.865 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:33.865 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:33.870 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:33.870 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:33.870 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:33.870 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:33 GMT[\r][\n]"
17:20:33.870 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:33.870 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:33.870 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:33.870 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:33.870 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.870 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:33.870 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:33.870 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:33.870 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:33 GMT
17:20:33.870 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:33.870 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:33.870 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:33.870 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:33.870 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000004A: connection can be kept alive for 3 MINUTES
17:20:33.876 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:33.876 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:33.877 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:33.878 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.878 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:33.878 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.878 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000049: releasing valid endpoint
17:20:33.878 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000049: releasing endpoint
17:20:33.878 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000049: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:33.878 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000049: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:33.879 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:33.879 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:33.880 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000004B: preparing request execution
17:20:33.880 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:33.880 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:33.880 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000004B: target auth state: UNCHALLENGED
17:20:33.880 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000004B: proxy auth state: UNCHALLENGED
17:20:33.880 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000004B: acquiring connection with route {}->npipe://localhost:2375
17:20:33.880 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000004B: acquiring endpoint (3 MINUTES)
17:20:33.880 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000004B: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:33.880 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000004B: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:33.880 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000004B: acquired ep-0000004A
17:20:33.880 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000004B: acquired endpoint ep-0000004A
17:20:33.880 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000004B: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:33.880 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000004A: start execution ex-0000004B
17:20:33.880 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000004A: executing exchange ex-0000004B over http-outgoing-2
17:20:33.880 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:33.880 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:33.880 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:33.880 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:33.880 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:33.880 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:33.880 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:33.880 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:33.880 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:33.880 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:33.880 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:33.880 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:33.880 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:33.880 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:33.880 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:33.885 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:33.886 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:33.886 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:33.886 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:33 GMT[\r][\n]"
17:20:33.886 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:33.886 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:33.886 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:33.886 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:33.886 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.886 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:33.886 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:33.886 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:33.886 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:33 GMT
17:20:33.886 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:33.886 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:33.886 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:33.886 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:33.886 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000004B: connection can be kept alive for 3 MINUTES
17:20:33.891 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:33.891 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:33.891 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:33.892 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.893 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:33.893 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.893 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000004A: releasing valid endpoint
17:20:33.893 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000004A: releasing endpoint
17:20:33.893 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000004A: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:33.893 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000004A: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:33.893 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:33.893 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:33.894 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000004C: preparing request execution
17:20:33.894 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:33.894 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:33.894 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000004C: target auth state: UNCHALLENGED
17:20:33.894 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000004C: proxy auth state: UNCHALLENGED
17:20:33.894 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000004C: acquiring connection with route {}->npipe://localhost:2375
17:20:33.894 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000004C: acquiring endpoint (3 MINUTES)
17:20:33.894 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000004C: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:33.895 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000004C: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:33.895 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000004C: acquired ep-0000004B
17:20:33.895 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000004C: acquired endpoint ep-0000004B
17:20:33.895 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000004C: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:33.895 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000004B: start execution ex-0000004C
17:20:33.895 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000004B: executing exchange ex-0000004C over http-outgoing-2
17:20:33.895 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:33.895 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:33.895 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:33.895 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:33.895 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:33.895 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:33.895 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:33.895 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:33.895 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:33.895 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:33.895 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:33.895 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:33.895 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:33.895 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:33.895 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:33.898 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:33.898 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:33.898 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:33.898 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:33 GMT[\r][\n]"
17:20:33.898 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:33.898 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:33.898 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:33.898 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:33.898 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.899 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:33.899 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:33.899 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:33.899 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:33 GMT
17:20:33.899 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:33.899 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:33.899 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:33.899 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:33.899 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000004C: connection can be kept alive for 3 MINUTES
17:20:33.903 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:33.903 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:33.904 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:33.905 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.905 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:33.905 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.905 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000004B: releasing valid endpoint
17:20:33.905 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000004B: releasing endpoint
17:20:33.905 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000004B: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:33.905 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000004B: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:33.905 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:33.905 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:33.906 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000004D: preparing request execution
17:20:33.906 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:33.906 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:33.906 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000004D: target auth state: UNCHALLENGED
17:20:33.906 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000004D: proxy auth state: UNCHALLENGED
17:20:33.906 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000004D: acquiring connection with route {}->npipe://localhost:2375
17:20:33.906 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000004D: acquiring endpoint (3 MINUTES)
17:20:33.906 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000004D: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:33.906 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000004D: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:33.907 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000004D: acquired ep-0000004C
17:20:33.907 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000004D: acquired endpoint ep-0000004C
17:20:33.907 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000004D: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:33.907 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000004C: start execution ex-0000004D
17:20:33.907 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000004C: executing exchange ex-0000004D over http-outgoing-2
17:20:33.907 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:33.907 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:33.907 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:33.907 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:33.907 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:33.907 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:33.907 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:33.907 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:33.907 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:33.907 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:33.907 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:33.907 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:33.907 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:33.907 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:33.907 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:33.912 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:33.912 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:33.912 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:33.912 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:33 GMT[\r][\n]"
17:20:33.913 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:33.913 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:33.913 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:33.913 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:33.913 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.913 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:33.913 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:33.913 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:33.913 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:33 GMT
17:20:33.913 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:33.913 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:33.913 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:33.913 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:33.913 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000004D: connection can be kept alive for 3 MINUTES
17:20:33.922 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:33.922 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:33.922 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:33.923 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.924 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:33.924 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.924 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000004C: releasing valid endpoint
17:20:33.924 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000004C: releasing endpoint
17:20:33.924 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000004C: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:33.924 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000004C: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:33.924 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:33.924 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:33.925 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000004E: preparing request execution
17:20:33.925 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:33.925 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:33.925 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000004E: target auth state: UNCHALLENGED
17:20:33.925 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000004E: proxy auth state: UNCHALLENGED
17:20:33.925 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000004E: acquiring connection with route {}->npipe://localhost:2375
17:20:33.925 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000004E: acquiring endpoint (3 MINUTES)
17:20:33.925 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000004E: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:33.925 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000004E: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:33.925 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000004E: acquired ep-0000004D
17:20:33.925 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000004E: acquired endpoint ep-0000004D
17:20:33.925 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000004E: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:33.925 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000004D: start execution ex-0000004E
17:20:33.925 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000004D: executing exchange ex-0000004E over http-outgoing-2
17:20:33.925 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:33.925 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:33.925 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:33.925 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:33.925 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:33.925 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:33.925 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:33.925 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:33.925 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:33.925 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:33.925 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:33.925 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:33.925 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:33.925 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:33.925 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:33.932 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:33.932 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:33.932 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:33.932 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:33 GMT[\r][\n]"
17:20:33.932 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:33.932 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:33.932 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:33.932 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:33.932 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.932 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:33.932 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:33.932 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:33.932 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:33 GMT
17:20:33.932 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:33.932 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:33.932 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:33.932 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:33.933 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000004E: connection can be kept alive for 3 MINUTES
17:20:33.940 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:33.941 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:33.941 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:33.942 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.942 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:33.942 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.942 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000004D: releasing valid endpoint
17:20:33.942 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000004D: releasing endpoint
17:20:33.942 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000004D: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:33.943 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000004D: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:33.943 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:33.944 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:33.944 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000004F: preparing request execution
17:20:33.944 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:33.944 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:33.944 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000004F: target auth state: UNCHALLENGED
17:20:33.944 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000004F: proxy auth state: UNCHALLENGED
17:20:33.944 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000004F: acquiring connection with route {}->npipe://localhost:2375
17:20:33.944 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000004F: acquiring endpoint (3 MINUTES)
17:20:33.944 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000004F: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:33.944 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000004F: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:33.944 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000004F: acquired ep-0000004E
17:20:33.944 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000004F: acquired endpoint ep-0000004E
17:20:33.945 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000004F: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:33.945 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000004E: start execution ex-0000004F
17:20:33.945 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000004E: executing exchange ex-0000004F over http-outgoing-2
17:20:33.945 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:33.945 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:33.945 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:33.945 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:33.945 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:33.945 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:33.945 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:33.945 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:33.945 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:33.945 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:33.945 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:33.945 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:33.945 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:33.945 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:33.945 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:33.951 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:33.951 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:33.951 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:33.951 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:33 GMT[\r][\n]"
17:20:33.951 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:33.951 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:33.951 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:33.951 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:33.951 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.951 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:33.951 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:33.951 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:33.951 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:33 GMT
17:20:33.951 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:33.951 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:33.951 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:33.951 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:33.951 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000004F: connection can be kept alive for 3 MINUTES
17:20:33.958 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:33.958 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:33.959 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:33.960 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.960 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:33.960 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.960 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000004E: releasing valid endpoint
17:20:33.960 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000004E: releasing endpoint
17:20:33.960 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000004E: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:33.960 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000004E: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:33.960 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:33.960 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:33.960 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000050: preparing request execution
17:20:33.961 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:33.961 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:33.961 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000050: target auth state: UNCHALLENGED
17:20:33.961 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000050: proxy auth state: UNCHALLENGED
17:20:33.961 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000050: acquiring connection with route {}->npipe://localhost:2375
17:20:33.961 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000050: acquiring endpoint (3 MINUTES)
17:20:33.961 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000050: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:33.961 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000050: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:33.961 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000050: acquired ep-0000004F
17:20:33.961 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000050: acquired endpoint ep-0000004F
17:20:33.961 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000050: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:33.961 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000004F: start execution ex-00000050
17:20:33.961 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000004F: executing exchange ex-00000050 over http-outgoing-2
17:20:33.962 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:33.962 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:33.962 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:33.962 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:33.962 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:33.962 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:33.962 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:33.962 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:33.962 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:33.962 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:33.962 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:33.962 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:33.962 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:33.962 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:33.962 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:33.968 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:33.968 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:33.968 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:33.968 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:33 GMT[\r][\n]"
17:20:33.968 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:33.968 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:33.968 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:33.968 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:33.968 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.969 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:33.969 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:33.969 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:33.969 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:33 GMT
17:20:33.969 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:33.969 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:33.969 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:33.969 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:33.969 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000050: connection can be kept alive for 3 MINUTES
17:20:33.974 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:33.974 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:33.975 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:33.976 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.976 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:33.976 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.977 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000004F: releasing valid endpoint
17:20:33.977 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000004F: releasing endpoint
17:20:33.977 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000004F: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:33.977 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000004F: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:33.977 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:33.977 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:33.978 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000051: preparing request execution
17:20:33.978 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:33.978 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:33.978 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000051: target auth state: UNCHALLENGED
17:20:33.978 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000051: proxy auth state: UNCHALLENGED
17:20:33.978 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000051: acquiring connection with route {}->npipe://localhost:2375
17:20:33.978 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000051: acquiring endpoint (3 MINUTES)
17:20:33.978 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000051: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:33.978 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000051: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:33.978 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000051: acquired ep-00000050
17:20:33.978 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000051: acquired endpoint ep-00000050
17:20:33.978 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000051: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:33.978 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000050: start execution ex-00000051
17:20:33.978 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000050: executing exchange ex-00000051 over http-outgoing-2
17:20:33.978 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:33.979 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:33.979 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:33.979 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:33.979 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:33.979 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:33.979 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:33.979 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:33.979 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:33.979 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:33.979 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:33.979 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:33.979 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:33.979 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:33.979 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:33.988 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:33.988 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:33.988 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:33.988 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:33 GMT[\r][\n]"
17:20:33.988 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:33.988 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:33.988 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:33.988 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:33.988 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:33.988 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:33.988 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:33.988 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:33.988 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:33 GMT
17:20:33.988 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:33.988 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:33.988 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:33.988 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:33.988 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000051: connection can be kept alive for 3 MINUTES
17:20:33.998 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:33.998 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:33.998 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:33.999 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.000 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.000 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.000 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000050: releasing valid endpoint
17:20:34.000 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000050: releasing endpoint
17:20:34.000 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000050: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.000 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000050: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.001 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.001 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.001 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000052: preparing request execution
17:20:34.001 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.002 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.002 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000052: target auth state: UNCHALLENGED
17:20:34.002 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000052: proxy auth state: UNCHALLENGED
17:20:34.002 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000052: acquiring connection with route {}->npipe://localhost:2375
17:20:34.002 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000052: acquiring endpoint (3 MINUTES)
17:20:34.002 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000052: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.002 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000052: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.002 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000052: acquired ep-00000051
17:20:34.002 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000052: acquired endpoint ep-00000051
17:20:34.002 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000052: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.002 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000051: start execution ex-00000052
17:20:34.002 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000051: executing exchange ex-00000052 over http-outgoing-2
17:20:34.002 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.002 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.002 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.002 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.002 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.002 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.002 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.002 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.002 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.002 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.002 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.002 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.002 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.002 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.002 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.007 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.008 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.008 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.008 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.008 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.008 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.008 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.008 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.008 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.008 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.008 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.008 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.008 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.008 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.009 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.009 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.009 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.009 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000052: connection can be kept alive for 3 MINUTES
17:20:34.014 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.014 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.014 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.015 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.016 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.016 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.016 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000051: releasing valid endpoint
17:20:34.016 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000051: releasing endpoint
17:20:34.016 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000051: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.016 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000051: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.016 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.016 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.017 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000053: preparing request execution
17:20:34.017 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.017 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.017 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000053: target auth state: UNCHALLENGED
17:20:34.017 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000053: proxy auth state: UNCHALLENGED
17:20:34.017 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000053: acquiring connection with route {}->npipe://localhost:2375
17:20:34.017 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000053: acquiring endpoint (3 MINUTES)
17:20:34.017 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000053: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.017 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000053: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.017 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000053: acquired ep-00000052
17:20:34.017 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000053: acquired endpoint ep-00000052
17:20:34.017 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000053: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.017 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000052: start execution ex-00000053
17:20:34.018 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000052: executing exchange ex-00000053 over http-outgoing-2
17:20:34.018 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.018 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.018 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.018 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.018 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.018 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.018 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.018 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.018 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.018 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.018 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.018 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.018 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.018 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.018 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.025 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.025 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000053: connection can be kept alive for 3 MINUTES
17:20:34.031 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.031 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.031 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.032 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.032 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.032 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.032 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000052: releasing valid endpoint
17:20:34.032 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000052: releasing endpoint
17:20:34.033 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000052: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.033 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000052: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.033 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.033 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.033 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000054: preparing request execution
17:20:34.033 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.033 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.033 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000054: target auth state: UNCHALLENGED
17:20:34.033 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000054: proxy auth state: UNCHALLENGED
17:20:34.033 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000054: acquiring connection with route {}->npipe://localhost:2375
17:20:34.033 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000054: acquiring endpoint (3 MINUTES)
17:20:34.033 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000054: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.033 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000054: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.034 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000054: acquired ep-00000053
17:20:34.034 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000054: acquired endpoint ep-00000053
17:20:34.034 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000054: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.034 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000053: start execution ex-00000054
17:20:34.034 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000053: executing exchange ex-00000054 over http-outgoing-2
17:20:34.034 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.034 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.034 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.034 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.034 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.034 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.034 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.034 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.034 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.034 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.034 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.034 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.034 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.034 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.034 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.040 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.040 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.040 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.040 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.040 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.040 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.040 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.040 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.040 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.040 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.040 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.040 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.040 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.040 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.040 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.040 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.040 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.040 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000054: connection can be kept alive for 3 MINUTES
17:20:34.048 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.048 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.049 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.052 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.052 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.052 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.052 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000053: releasing valid endpoint
17:20:34.052 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000053: releasing endpoint
17:20:34.052 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000053: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.052 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000053: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.052 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.052 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.052 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000055: preparing request execution
17:20:34.053 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.053 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.053 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000055: target auth state: UNCHALLENGED
17:20:34.053 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000055: proxy auth state: UNCHALLENGED
17:20:34.053 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000055: acquiring connection with route {}->npipe://localhost:2375
17:20:34.053 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000055: acquiring endpoint (3 MINUTES)
17:20:34.053 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000055: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.053 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000055: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.054 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000055: acquired ep-00000054
17:20:34.054 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000055: acquired endpoint ep-00000054
17:20:34.054 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000055: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.054 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000054: start execution ex-00000055
17:20:34.054 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000054: executing exchange ex-00000055 over http-outgoing-2
17:20:34.054 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.054 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.054 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.054 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.054 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.054 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.054 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.054 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.054 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.054 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.054 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.054 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.054 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.054 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.054 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.062 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.062 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.062 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.062 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.062 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.062 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.062 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.062 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.062 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.062 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.062 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.062 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.062 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.062 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.062 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.062 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.062 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.062 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000055: connection can be kept alive for 3 MINUTES
17:20:34.069 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.069 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.070 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.071 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.071 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.071 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.071 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000054: releasing valid endpoint
17:20:34.071 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000054: releasing endpoint
17:20:34.071 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000054: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.071 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000054: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.071 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.071 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.072 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000056: preparing request execution
17:20:34.072 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.072 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.073 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000056: target auth state: UNCHALLENGED
17:20:34.073 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000056: proxy auth state: UNCHALLENGED
17:20:34.073 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000056: acquiring connection with route {}->npipe://localhost:2375
17:20:34.073 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000056: acquiring endpoint (3 MINUTES)
17:20:34.073 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000056: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.073 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000056: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.073 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000056: acquired ep-00000055
17:20:34.073 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000056: acquired endpoint ep-00000055
17:20:34.073 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000056: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.073 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000055: start execution ex-00000056
17:20:34.073 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000055: executing exchange ex-00000056 over http-outgoing-2
17:20:34.073 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.073 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.073 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.073 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.073 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.073 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.073 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.073 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.073 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.073 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.073 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.073 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.073 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.073 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.073 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.079 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000056: connection can be kept alive for 3 MINUTES
17:20:34.085 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.086 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.086 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.088 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.088 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.088 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.088 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000055: releasing valid endpoint
17:20:34.088 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000055: releasing endpoint
17:20:34.088 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000055: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.088 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000055: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.088 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.088 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.088 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000057: preparing request execution
17:20:34.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000057: target auth state: UNCHALLENGED
17:20:34.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000057: proxy auth state: UNCHALLENGED
17:20:34.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000057: acquiring connection with route {}->npipe://localhost:2375
17:20:34.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000057: acquiring endpoint (3 MINUTES)
17:20:34.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000057: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000057: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000057: acquired ep-00000056
17:20:34.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000057: acquired endpoint ep-00000056
17:20:34.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000057: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000056: start execution ex-00000057
17:20:34.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000056: executing exchange ex-00000057 over http-outgoing-2
17:20:34.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.094 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.094 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.094 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.094 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.094 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.094 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.094 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.094 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.094 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.094 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.094 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.094 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.094 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.094 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.094 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.094 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.094 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.094 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000057: connection can be kept alive for 3 MINUTES
17:20:34.099 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.099 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.100 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.102 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.106 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.106 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.106 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000056: releasing valid endpoint
17:20:34.106 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000056: releasing endpoint
17:20:34.106 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000056: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.106 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000056: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.107 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.107 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.107 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000058: preparing request execution
17:20:34.107 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.107 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.107 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000058: target auth state: UNCHALLENGED
17:20:34.107 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000058: proxy auth state: UNCHALLENGED
17:20:34.107 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000058: acquiring connection with route {}->npipe://localhost:2375
17:20:34.107 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000058: acquiring endpoint (3 MINUTES)
17:20:34.107 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000058: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.108 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000058: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.108 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000058: acquired ep-00000057
17:20:34.108 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000058: acquired endpoint ep-00000057
17:20:34.108 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000058: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.108 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000057: start execution ex-00000058
17:20:34.108 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000057: executing exchange ex-00000058 over http-outgoing-2
17:20:34.108 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.109 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.109 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.109 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.109 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.109 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.109 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.109 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.109 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.109 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.109 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.109 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.109 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.109 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.109 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000058: connection can be kept alive for 3 MINUTES
17:20:34.121 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.121 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.122 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.124 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.124 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.124 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.124 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000057: releasing valid endpoint
17:20:34.124 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000057: releasing endpoint
17:20:34.124 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000057: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.124 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000057: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.124 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.124 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.124 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000059: preparing request execution
17:20:34.124 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000059: target auth state: UNCHALLENGED
17:20:34.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000059: proxy auth state: UNCHALLENGED
17:20:34.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000059: acquiring connection with route {}->npipe://localhost:2375
17:20:34.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000059: acquiring endpoint (3 MINUTES)
17:20:34.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000059: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000059: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000059: acquired ep-00000058
17:20:34.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000059: acquired endpoint ep-00000058
17:20:34.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000059: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000058: start execution ex-00000059
17:20:34.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000058: executing exchange ex-00000059 over http-outgoing-2
17:20:34.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.131 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.131 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.131 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.131 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.131 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.131 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.131 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.131 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.131 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.132 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.132 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.132 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.132 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.132 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.132 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.132 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.132 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.132 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000059: connection can be kept alive for 3 MINUTES
17:20:34.139 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.140 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.141 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.143 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.143 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.143 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.143 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000058: releasing valid endpoint
17:20:34.143 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000058: releasing endpoint
17:20:34.143 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000058: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.143 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000058: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.143 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.143 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.144 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000005A: preparing request execution
17:20:34.144 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.144 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.144 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000005A: target auth state: UNCHALLENGED
17:20:34.144 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000005A: proxy auth state: UNCHALLENGED
17:20:34.144 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000005A: acquiring connection with route {}->npipe://localhost:2375
17:20:34.144 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000005A: acquiring endpoint (3 MINUTES)
17:20:34.144 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000005A: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.144 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000005A: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.144 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000005A: acquired ep-00000059
17:20:34.145 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000005A: acquired endpoint ep-00000059
17:20:34.145 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000005A: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.145 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000059: start execution ex-0000005A
17:20:34.145 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000059: executing exchange ex-0000005A over http-outgoing-2
17:20:34.145 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.145 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.145 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.145 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.145 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.145 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.145 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.145 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.145 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.145 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.145 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.145 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.145 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.145 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.145 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.155 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.155 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.155 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.155 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.155 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.155 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.155 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.155 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.155 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.155 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.155 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.155 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.155 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.155 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.155 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.155 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.155 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.155 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000005A: connection can be kept alive for 3 MINUTES
17:20:34.165 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.165 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.166 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.168 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.168 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.168 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.168 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000059: releasing valid endpoint
17:20:34.168 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000059: releasing endpoint
17:20:34.168 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000059: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.168 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000059: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.168 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.168 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.169 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000005B: preparing request execution
17:20:34.169 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.169 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.169 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000005B: target auth state: UNCHALLENGED
17:20:34.170 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000005B: proxy auth state: UNCHALLENGED
17:20:34.170 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000005B: acquiring connection with route {}->npipe://localhost:2375
17:20:34.170 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000005B: acquiring endpoint (3 MINUTES)
17:20:34.170 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000005B: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.170 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000005B: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.170 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000005B: acquired ep-0000005A
17:20:34.170 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000005B: acquired endpoint ep-0000005A
17:20:34.170 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000005B: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.170 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000005A: start execution ex-0000005B
17:20:34.170 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000005A: executing exchange ex-0000005B over http-outgoing-2
17:20:34.170 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.170 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.170 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.170 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.170 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.170 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.170 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.170 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.170 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.170 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.170 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.170 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.170 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.170 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.170 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.178 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.178 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.178 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.178 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.178 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.178 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.178 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.178 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.178 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.178 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.178 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.178 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.178 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.178 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.178 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.178 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.179 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.179 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000005B: connection can be kept alive for 3 MINUTES
17:20:34.190 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.190 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.190 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.192 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.192 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.192 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.192 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000005A: releasing valid endpoint
17:20:34.192 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000005A: releasing endpoint
17:20:34.192 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000005A: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.192 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000005A: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.192 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.192 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.192 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000005C: preparing request execution
17:20:34.192 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.192 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.192 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000005C: target auth state: UNCHALLENGED
17:20:34.192 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000005C: proxy auth state: UNCHALLENGED
17:20:34.192 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000005C: acquiring connection with route {}->npipe://localhost:2375
17:20:34.192 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000005C: acquiring endpoint (3 MINUTES)
17:20:34.192 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000005C: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.192 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000005C: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.192 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000005C: acquired ep-0000005B
17:20:34.192 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000005C: acquired endpoint ep-0000005B
17:20:34.192 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000005C: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.192 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000005B: start execution ex-0000005C
17:20:34.192 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000005B: executing exchange ex-0000005C over http-outgoing-2
17:20:34.192 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.192 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.192 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.192 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.192 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.192 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.192 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.192 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.192 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.192 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.192 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.192 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.192 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.192 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.192 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.208 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.208 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.208 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.208 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.208 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.208 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.208 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.208 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.208 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.209 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.209 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.209 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.209 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.209 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.209 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.209 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.209 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.209 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000005C: connection can be kept alive for 3 MINUTES
17:20:34.217 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.218 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.219 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.220 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.220 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.220 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.220 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000005B: releasing valid endpoint
17:20:34.220 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000005B: releasing endpoint
17:20:34.220 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000005B: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.221 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000005B: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.221 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.221 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.221 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000005D: preparing request execution
17:20:34.221 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.221 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.221 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000005D: target auth state: UNCHALLENGED
17:20:34.221 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000005D: proxy auth state: UNCHALLENGED
17:20:34.221 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000005D: acquiring connection with route {}->npipe://localhost:2375
17:20:34.221 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000005D: acquiring endpoint (3 MINUTES)
17:20:34.221 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000005D: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.221 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000005D: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.221 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000005D: acquired ep-0000005C
17:20:34.221 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000005D: acquired endpoint ep-0000005C
17:20:34.221 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000005D: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.221 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000005C: start execution ex-0000005D
17:20:34.221 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000005C: executing exchange ex-0000005D over http-outgoing-2
17:20:34.221 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.221 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.221 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.221 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.221 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.221 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.221 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.221 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.221 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.221 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.221 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.221 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.221 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.221 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.221 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.233 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.233 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.233 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.233 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.233 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.233 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.233 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.233 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.233 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.233 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.233 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.233 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.233 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.233 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.233 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.233 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.233 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.234 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000005D: connection can be kept alive for 3 MINUTES
17:20:34.241 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.241 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.242 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.243 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.246 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.246 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.246 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000005C: releasing valid endpoint
17:20:34.246 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000005C: releasing endpoint
17:20:34.246 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000005C: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.246 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000005C: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.246 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.246 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000005E: preparing request execution
17:20:34.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000005E: target auth state: UNCHALLENGED
17:20:34.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000005E: proxy auth state: UNCHALLENGED
17:20:34.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000005E: acquiring connection with route {}->npipe://localhost:2375
17:20:34.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000005E: acquiring endpoint (3 MINUTES)
17:20:34.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000005E: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000005E: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000005E: acquired ep-0000005D
17:20:34.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000005E: acquired endpoint ep-0000005D
17:20:34.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000005E: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000005D: start execution ex-0000005E
17:20:34.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000005D: executing exchange ex-0000005E over http-outgoing-2
17:20:34.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.259 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.259 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.259 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.259 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.259 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.259 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.259 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.259 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.259 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.260 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.260 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.260 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.260 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.260 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.260 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.260 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.260 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.260 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000005E: connection can be kept alive for 3 MINUTES
17:20:34.269 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.269 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.269 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.271 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.271 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.271 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.271 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000005D: releasing valid endpoint
17:20:34.271 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000005D: releasing endpoint
17:20:34.271 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000005D: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.271 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000005D: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.271 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.271 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.272 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000005F: preparing request execution
17:20:34.272 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.272 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.272 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000005F: target auth state: UNCHALLENGED
17:20:34.272 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000005F: proxy auth state: UNCHALLENGED
17:20:34.272 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000005F: acquiring connection with route {}->npipe://localhost:2375
17:20:34.272 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000005F: acquiring endpoint (3 MINUTES)
17:20:34.272 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000005F: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.272 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000005F: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.272 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000005F: acquired ep-0000005E
17:20:34.272 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000005F: acquired endpoint ep-0000005E
17:20:34.272 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000005F: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.272 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000005E: start execution ex-0000005F
17:20:34.272 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000005E: executing exchange ex-0000005F over http-outgoing-2
17:20:34.272 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.272 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.273 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.273 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.273 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.273 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.273 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.273 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.273 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.273 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.273 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.273 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.273 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.273 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.273 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.279 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.280 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.280 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.280 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.280 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.280 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.280 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.280 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.280 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.280 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.280 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.280 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.280 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.280 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.280 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.280 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.280 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.280 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000005F: connection can be kept alive for 3 MINUTES
17:20:34.289 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.289 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.289 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.292 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.292 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.292 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.292 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000005E: releasing valid endpoint
17:20:34.292 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000005E: releasing endpoint
17:20:34.292 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000005E: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.292 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000005E: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.292 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.292 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.293 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000060: preparing request execution
17:20:34.293 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.293 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.293 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000060: target auth state: UNCHALLENGED
17:20:34.293 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000060: proxy auth state: UNCHALLENGED
17:20:34.293 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000060: acquiring connection with route {}->npipe://localhost:2375
17:20:34.293 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000060: acquiring endpoint (3 MINUTES)
17:20:34.293 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000060: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.293 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000060: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.293 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000060: acquired ep-0000005F
17:20:34.293 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000060: acquired endpoint ep-0000005F
17:20:34.293 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000060: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.293 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000005F: start execution ex-00000060
17:20:34.293 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000005F: executing exchange ex-00000060 over http-outgoing-2
17:20:34.293 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.293 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.293 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.293 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.293 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.293 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.293 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.293 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.293 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.293 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.293 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.293 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.294 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.294 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.294 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.303 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.303 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.303 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.303 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.303 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.303 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.303 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.303 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.303 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.303 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.303 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.303 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.303 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.303 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.303 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.303 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.303 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.303 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000060: connection can be kept alive for 3 MINUTES
17:20:34.313 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.313 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.313 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.315 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.315 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.315 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.315 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000005F: releasing valid endpoint
17:20:34.315 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000005F: releasing endpoint
17:20:34.315 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000005F: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.315 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000005F: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.315 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.316 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.316 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000061: preparing request execution
17:20:34.316 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.316 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.316 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000061: target auth state: UNCHALLENGED
17:20:34.316 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000061: proxy auth state: UNCHALLENGED
17:20:34.316 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000061: acquiring connection with route {}->npipe://localhost:2375
17:20:34.316 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000061: acquiring endpoint (3 MINUTES)
17:20:34.316 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000061: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.317 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000061: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.317 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000061: acquired ep-00000060
17:20:34.317 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000061: acquired endpoint ep-00000060
17:20:34.317 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000061: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.317 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000060: start execution ex-00000061
17:20:34.317 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000060: executing exchange ex-00000061 over http-outgoing-2
17:20:34.318 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.318 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.318 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.318 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.318 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.318 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.318 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.318 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.318 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.318 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.318 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.318 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.318 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.318 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.318 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.326 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.326 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.326 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.326 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.326 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.326 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.326 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.326 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.326 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.326 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.326 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.326 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.326 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.326 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.326 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.326 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.326 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.326 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000061: connection can be kept alive for 3 MINUTES
17:20:34.333 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.333 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.333 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.334 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.334 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.334 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.334 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000060: releasing valid endpoint
17:20:34.334 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000060: releasing endpoint
17:20:34.334 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000060: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.335 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000060: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.335 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.335 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.335 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000062: preparing request execution
17:20:34.335 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.335 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.335 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000062: target auth state: UNCHALLENGED
17:20:34.335 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000062: proxy auth state: UNCHALLENGED
17:20:34.335 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000062: acquiring connection with route {}->npipe://localhost:2375
17:20:34.335 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000062: acquiring endpoint (3 MINUTES)
17:20:34.335 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000062: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.335 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000062: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.336 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000062: acquired ep-00000061
17:20:34.336 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000062: acquired endpoint ep-00000061
17:20:34.336 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000062: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.336 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000061: start execution ex-00000062
17:20:34.336 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000061: executing exchange ex-00000062 over http-outgoing-2
17:20:34.336 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.336 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.336 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.336 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.336 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.336 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.336 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.336 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.336 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.336 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.336 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.336 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.336 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.336 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.336 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.341 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.341 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.341 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.341 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.341 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.341 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.341 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.341 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.341 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.341 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.341 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.341 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.341 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.341 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.341 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.341 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.341 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.342 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000062: connection can be kept alive for 3 MINUTES
17:20:34.347 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.347 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.347 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.348 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.348 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.348 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.348 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000061: releasing valid endpoint
17:20:34.348 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000061: releasing endpoint
17:20:34.348 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000061: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.348 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000061: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.348 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.349 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.349 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000063: preparing request execution
17:20:34.349 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.349 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.349 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000063: target auth state: UNCHALLENGED
17:20:34.349 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000063: proxy auth state: UNCHALLENGED
17:20:34.349 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000063: acquiring connection with route {}->npipe://localhost:2375
17:20:34.349 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000063: acquiring endpoint (3 MINUTES)
17:20:34.349 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000063: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.349 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000063: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.350 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000063: acquired ep-00000062
17:20:34.350 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000063: acquired endpoint ep-00000062
17:20:34.350 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000063: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.350 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000062: start execution ex-00000063
17:20:34.350 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000062: executing exchange ex-00000063 over http-outgoing-2
17:20:34.350 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.350 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.350 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.350 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.350 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.350 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.350 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.350 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.350 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.350 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.350 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.350 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.350 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.350 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.350 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000063: connection can be kept alive for 3 MINUTES
17:20:34.359 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.359 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.360 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.361 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.361 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.361 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.361 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000062: releasing valid endpoint
17:20:34.361 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000062: releasing endpoint
17:20:34.361 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000062: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.361 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000062: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.361 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.361 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.362 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000064: preparing request execution
17:20:34.362 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.362 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.362 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000064: target auth state: UNCHALLENGED
17:20:34.362 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000064: proxy auth state: UNCHALLENGED
17:20:34.362 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000064: acquiring connection with route {}->npipe://localhost:2375
17:20:34.362 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000064: acquiring endpoint (3 MINUTES)
17:20:34.362 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000064: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.362 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000064: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.362 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000064: acquired ep-00000063
17:20:34.362 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000064: acquired endpoint ep-00000063
17:20:34.362 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000064: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.362 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000063: start execution ex-00000064
17:20:34.362 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000063: executing exchange ex-00000064 over http-outgoing-2
17:20:34.362 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.362 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.363 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.363 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.363 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.363 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.363 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.363 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.363 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.363 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.363 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.363 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.363 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.363 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.363 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.367 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.367 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.367 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.367 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.367 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.367 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.367 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.367 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.367 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.367 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.368 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.368 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.368 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.368 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.368 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.368 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.368 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.368 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000064: connection can be kept alive for 3 MINUTES
17:20:34.372 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.373 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.373 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.374 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.374 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.374 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.374 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000063: releasing valid endpoint
17:20:34.374 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000063: releasing endpoint
17:20:34.375 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000063: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.375 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000063: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.375 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.375 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.375 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000065: preparing request execution
17:20:34.376 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.376 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.376 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000065: target auth state: UNCHALLENGED
17:20:34.376 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000065: proxy auth state: UNCHALLENGED
17:20:34.376 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000065: acquiring connection with route {}->npipe://localhost:2375
17:20:34.376 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000065: acquiring endpoint (3 MINUTES)
17:20:34.376 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000065: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.376 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000065: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.376 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000065: acquired ep-00000064
17:20:34.376 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000065: acquired endpoint ep-00000064
17:20:34.376 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000065: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.376 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000064: start execution ex-00000065
17:20:34.376 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000064: executing exchange ex-00000065 over http-outgoing-2
17:20:34.376 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.376 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.376 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.376 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.376 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.376 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.376 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.376 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.376 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.376 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.376 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.376 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.376 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.376 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.376 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.383 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.383 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.383 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.383 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.383 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.383 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.383 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.383 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.383 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.383 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.383 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.383 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.383 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.383 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.383 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.383 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.383 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.383 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000065: connection can be kept alive for 3 MINUTES
17:20:34.387 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.387 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.387 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.388 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.388 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.388 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.388 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000064: releasing valid endpoint
17:20:34.388 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000064: releasing endpoint
17:20:34.388 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000064: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.388 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000064: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.388 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.389 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.389 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000066: preparing request execution
17:20:34.390 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.390 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.390 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000066: target auth state: UNCHALLENGED
17:20:34.390 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000066: proxy auth state: UNCHALLENGED
17:20:34.390 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000066: acquiring connection with route {}->npipe://localhost:2375
17:20:34.390 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000066: acquiring endpoint (3 MINUTES)
17:20:34.390 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000066: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.390 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000066: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.390 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000066: acquired ep-00000065
17:20:34.390 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000066: acquired endpoint ep-00000065
17:20:34.390 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000066: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.390 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000065: start execution ex-00000066
17:20:34.390 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000065: executing exchange ex-00000066 over http-outgoing-2
17:20:34.390 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.390 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.390 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.390 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.390 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.390 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.390 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.390 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.390 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.390 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.390 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.390 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.390 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.390 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.390 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.395 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.395 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.395 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.395 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.395 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.395 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.395 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.395 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.395 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.395 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.395 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.395 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.395 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.395 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.395 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.395 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.395 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.395 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000066: connection can be kept alive for 3 MINUTES
17:20:34.400 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.400 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.401 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.401 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.401 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.401 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.401 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000065: releasing valid endpoint
17:20:34.401 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000065: releasing endpoint
17:20:34.402 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000065: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.402 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000065: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.402 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.402 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.403 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000067: preparing request execution
17:20:34.403 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.403 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.403 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000067: target auth state: UNCHALLENGED
17:20:34.403 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000067: proxy auth state: UNCHALLENGED
17:20:34.403 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000067: acquiring connection with route {}->npipe://localhost:2375
17:20:34.403 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000067: acquiring endpoint (3 MINUTES)
17:20:34.403 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000067: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.403 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000067: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.403 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000067: acquired ep-00000066
17:20:34.403 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000067: acquired endpoint ep-00000066
17:20:34.403 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000067: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.403 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000066: start execution ex-00000067
17:20:34.403 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000066: executing exchange ex-00000067 over http-outgoing-2
17:20:34.403 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.403 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.403 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.403 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.403 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.403 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.403 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.403 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.403 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.403 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.403 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.403 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.403 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.403 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.403 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.408 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.408 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.408 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.408 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.408 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.408 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.408 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.408 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.408 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.408 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.408 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.408 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.408 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.408 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.408 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.408 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.408 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.408 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000067: connection can be kept alive for 3 MINUTES
17:20:34.413 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.413 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.413 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.414 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.414 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.414 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.414 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000066: releasing valid endpoint
17:20:34.414 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000066: releasing endpoint
17:20:34.414 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000066: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.414 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000066: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.414 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.415 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.415 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000068: preparing request execution
17:20:34.415 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.415 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.415 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000068: target auth state: UNCHALLENGED
17:20:34.415 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000068: proxy auth state: UNCHALLENGED
17:20:34.415 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000068: acquiring connection with route {}->npipe://localhost:2375
17:20:34.415 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000068: acquiring endpoint (3 MINUTES)
17:20:34.415 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000068: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.415 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000068: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.415 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000068: acquired ep-00000067
17:20:34.415 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000068: acquired endpoint ep-00000067
17:20:34.415 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000068: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.415 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000067: start execution ex-00000068
17:20:34.415 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000067: executing exchange ex-00000068 over http-outgoing-2
17:20:34.415 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.415 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.415 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.415 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.415 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.415 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.415 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.415 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.415 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.415 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.415 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.415 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.415 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.415 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.416 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.420 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.420 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.420 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.420 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.420 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.420 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.420 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.420 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.420 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.420 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.420 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.420 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.420 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.420 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.420 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.420 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.420 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.420 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000068: connection can be kept alive for 3 MINUTES
17:20:34.427 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.428 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.428 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.432 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.432 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.432 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.432 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000067: releasing valid endpoint
17:20:34.432 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000067: releasing endpoint
17:20:34.432 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000067: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.432 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000067: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.432 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.433 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.433 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000069: preparing request execution
17:20:34.433 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.433 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.433 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000069: target auth state: UNCHALLENGED
17:20:34.433 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000069: proxy auth state: UNCHALLENGED
17:20:34.433 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000069: acquiring connection with route {}->npipe://localhost:2375
17:20:34.433 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000069: acquiring endpoint (3 MINUTES)
17:20:34.433 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000069: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.433 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000069: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.433 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000069: acquired ep-00000068
17:20:34.433 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000069: acquired endpoint ep-00000068
17:20:34.433 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000069: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.433 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000068: start execution ex-00000069
17:20:34.433 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000068: executing exchange ex-00000069 over http-outgoing-2
17:20:34.433 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.433 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.433 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.433 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.433 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.433 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.433 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.433 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.433 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.433 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.433 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.433 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.433 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.433 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.433 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.440 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.440 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.440 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.440 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.440 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.440 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.440 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.440 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.440 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.440 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.440 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.440 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.440 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.440 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.440 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.440 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.440 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.440 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000069: connection can be kept alive for 3 MINUTES
17:20:34.445 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.446 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.446 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.447 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.448 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.448 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.448 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000068: releasing valid endpoint
17:20:34.448 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000068: releasing endpoint
17:20:34.448 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000068: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.448 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000068: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.449 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.449 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.449 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000006A: preparing request execution
17:20:34.449 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.449 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.449 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000006A: target auth state: UNCHALLENGED
17:20:34.449 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000006A: proxy auth state: UNCHALLENGED
17:20:34.449 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000006A: acquiring connection with route {}->npipe://localhost:2375
17:20:34.449 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000006A: acquiring endpoint (3 MINUTES)
17:20:34.449 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000006A: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.450 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000006A: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.450 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000006A: acquired ep-00000069
17:20:34.450 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000006A: acquired endpoint ep-00000069
17:20:34.450 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000006A: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.450 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000069: start execution ex-0000006A
17:20:34.450 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000069: executing exchange ex-0000006A over http-outgoing-2
17:20:34.450 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.450 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.451 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.451 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.451 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.451 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.451 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.451 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.451 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.451 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.451 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.451 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.451 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.451 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.451 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.459 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.459 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.459 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.459 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.459 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.459 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.459 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.459 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.459 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.459 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.459 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.459 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.459 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.459 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.459 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.459 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.459 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.459 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000006A: connection can be kept alive for 3 MINUTES
17:20:34.465 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.465 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.466 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.467 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.467 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.467 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.467 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000069: releasing valid endpoint
17:20:34.467 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000069: releasing endpoint
17:20:34.467 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000069: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.467 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000069: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.468 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.468 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.469 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000006B: preparing request execution
17:20:34.469 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.469 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.469 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000006B: target auth state: UNCHALLENGED
17:20:34.469 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000006B: proxy auth state: UNCHALLENGED
17:20:34.469 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000006B: acquiring connection with route {}->npipe://localhost:2375
17:20:34.469 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000006B: acquiring endpoint (3 MINUTES)
17:20:34.469 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000006B: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.469 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000006B: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.470 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000006B: acquired ep-0000006A
17:20:34.470 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000006B: acquired endpoint ep-0000006A
17:20:34.470 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000006B: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.470 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000006A: start execution ex-0000006B
17:20:34.470 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000006A: executing exchange ex-0000006B over http-outgoing-2
17:20:34.470 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.470 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.470 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.470 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.470 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.470 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.470 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.470 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.470 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.470 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.470 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.470 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.470 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.470 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.470 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.475 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.475 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.475 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.475 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.475 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.475 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.475 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.475 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.475 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.476 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.476 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.476 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.476 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.476 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.476 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.476 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.476 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.476 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000006B: connection can be kept alive for 3 MINUTES
17:20:34.480 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.480 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.481 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.482 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.482 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.482 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.482 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000006A: releasing valid endpoint
17:20:34.482 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000006A: releasing endpoint
17:20:34.482 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000006A: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.482 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000006A: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.482 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.482 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.483 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000006C: preparing request execution
17:20:34.483 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.483 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.483 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000006C: target auth state: UNCHALLENGED
17:20:34.483 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000006C: proxy auth state: UNCHALLENGED
17:20:34.483 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000006C: acquiring connection with route {}->npipe://localhost:2375
17:20:34.483 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000006C: acquiring endpoint (3 MINUTES)
17:20:34.483 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000006C: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.484 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000006C: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.484 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000006C: acquired ep-0000006B
17:20:34.484 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000006C: acquired endpoint ep-0000006B
17:20:34.484 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000006C: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.484 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000006B: start execution ex-0000006C
17:20:34.484 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000006B: executing exchange ex-0000006C over http-outgoing-2
17:20:34.484 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.485 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.485 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.485 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.485 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.485 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.485 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.485 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.485 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.485 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.485 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.485 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.485 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.485 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.485 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.492 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.492 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.492 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.492 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.492 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.492 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.492 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.492 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.492 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.492 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.492 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.492 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.492 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.492 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.492 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.492 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.492 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.492 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000006C: connection can be kept alive for 3 MINUTES
17:20:34.496 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.496 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.497 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.498 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.498 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.498 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.498 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000006B: releasing valid endpoint
17:20:34.498 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000006B: releasing endpoint
17:20:34.498 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000006B: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.498 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000006B: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.498 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.499 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.499 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000006D: preparing request execution
17:20:34.499 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.500 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.500 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000006D: target auth state: UNCHALLENGED
17:20:34.500 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000006D: proxy auth state: UNCHALLENGED
17:20:34.500 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000006D: acquiring connection with route {}->npipe://localhost:2375
17:20:34.500 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000006D: acquiring endpoint (3 MINUTES)
17:20:34.500 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000006D: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.500 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000006D: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.500 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000006D: acquired ep-0000006C
17:20:34.500 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000006D: acquired endpoint ep-0000006C
17:20:34.500 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000006D: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.500 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000006C: start execution ex-0000006D
17:20:34.500 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000006C: executing exchange ex-0000006D over http-outgoing-2
17:20:34.501 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.501 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.501 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.501 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.501 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.501 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.501 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.501 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.501 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.501 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.501 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.501 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.501 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.501 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.501 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.506 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.506 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.506 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.506 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.506 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.506 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.507 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.507 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.507 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.507 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.507 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.507 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.507 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.507 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.507 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.507 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.507 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.507 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000006D: connection can be kept alive for 3 MINUTES
17:20:34.512 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.512 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.513 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.515 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.515 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.515 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.515 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000006C: releasing valid endpoint
17:20:34.515 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000006C: releasing endpoint
17:20:34.515 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000006C: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.515 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000006C: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.515 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.516 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000006E: preparing request execution
17:20:34.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000006E: target auth state: UNCHALLENGED
17:20:34.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000006E: proxy auth state: UNCHALLENGED
17:20:34.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000006E: acquiring connection with route {}->npipe://localhost:2375
17:20:34.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000006E: acquiring endpoint (3 MINUTES)
17:20:34.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000006E: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000006E: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000006E: acquired ep-0000006D
17:20:34.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000006E: acquired endpoint ep-0000006D
17:20:34.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000006E: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000006D: start execution ex-0000006E
17:20:34.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000006D: executing exchange ex-0000006E over http-outgoing-2
17:20:34.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000006E: connection can be kept alive for 3 MINUTES
17:20:34.530 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.531 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.531 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.533 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.533 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.533 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.533 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000006D: releasing valid endpoint
17:20:34.533 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000006D: releasing endpoint
17:20:34.533 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000006D: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.533 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000006D: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.534 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.534 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.534 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000006F: preparing request execution
17:20:34.534 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.534 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.534 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000006F: target auth state: UNCHALLENGED
17:20:34.534 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000006F: proxy auth state: UNCHALLENGED
17:20:34.534 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000006F: acquiring connection with route {}->npipe://localhost:2375
17:20:34.534 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000006F: acquiring endpoint (3 MINUTES)
17:20:34.534 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000006F: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.534 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000006F: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.535 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000006F: acquired ep-0000006E
17:20:34.535 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000006F: acquired endpoint ep-0000006E
17:20:34.535 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000006F: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.535 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000006E: start execution ex-0000006F
17:20:34.535 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000006E: executing exchange ex-0000006F over http-outgoing-2
17:20:34.535 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.535 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.535 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.535 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.535 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.535 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.535 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.535 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.535 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.535 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.535 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.535 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.535 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.535 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.535 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.543 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.543 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.543 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.543 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.543 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.543 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.543 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.543 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.543 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.543 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.543 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.543 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.543 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.543 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.543 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.543 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.543 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.543 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000006F: connection can be kept alive for 3 MINUTES
17:20:34.549 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.549 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.550 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.552 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.552 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.552 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.552 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000006E: releasing valid endpoint
17:20:34.552 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000006E: releasing endpoint
17:20:34.552 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000006E: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.552 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000006E: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.552 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.552 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.553 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000070: preparing request execution
17:20:34.553 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.553 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.553 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000070: target auth state: UNCHALLENGED
17:20:34.553 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000070: proxy auth state: UNCHALLENGED
17:20:34.553 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000070: acquiring connection with route {}->npipe://localhost:2375
17:20:34.553 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000070: acquiring endpoint (3 MINUTES)
17:20:34.553 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000070: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.553 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000070: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.554 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000070: acquired ep-0000006F
17:20:34.554 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000070: acquired endpoint ep-0000006F
17:20:34.554 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000070: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.554 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000006F: start execution ex-00000070
17:20:34.554 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000006F: executing exchange ex-00000070 over http-outgoing-2
17:20:34.554 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.554 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.554 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.554 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.554 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.554 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.554 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.554 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.554 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.554 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.554 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.554 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.554 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.554 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.554 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.558 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.558 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.558 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.558 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.558 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.558 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.558 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.558 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.558 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.558 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.558 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.558 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.558 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.558 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.558 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.558 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.558 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.559 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000070: connection can be kept alive for 3 MINUTES
17:20:34.566 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.566 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.567 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.568 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.568 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.568 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.568 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000006F: releasing valid endpoint
17:20:34.568 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000006F: releasing endpoint
17:20:34.568 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000006F: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.568 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000006F: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.569 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.569 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000071: preparing request execution
17:20:34.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000071: target auth state: UNCHALLENGED
17:20:34.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000071: proxy auth state: UNCHALLENGED
17:20:34.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000071: acquiring connection with route {}->npipe://localhost:2375
17:20:34.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000071: acquiring endpoint (3 MINUTES)
17:20:34.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000071: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000071: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000071: acquired ep-00000070
17:20:34.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000071: acquired endpoint ep-00000070
17:20:34.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000071: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000070: start execution ex-00000071
17:20:34.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000070: executing exchange ex-00000071 over http-outgoing-2
17:20:34.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.574 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.574 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.574 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.574 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.574 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.574 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.574 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.574 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.574 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.574 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.574 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.574 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.574 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.574 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.574 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.574 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.575 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.575 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000071: connection can be kept alive for 3 MINUTES
17:20:34.579 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.579 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.580 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.581 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.581 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.581 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.581 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000070: releasing valid endpoint
17:20:34.581 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000070: releasing endpoint
17:20:34.581 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000070: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.581 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000070: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.581 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.581 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.581 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000072: preparing request execution
17:20:34.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000072: target auth state: UNCHALLENGED
17:20:34.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000072: proxy auth state: UNCHALLENGED
17:20:34.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000072: acquiring connection with route {}->npipe://localhost:2375
17:20:34.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000072: acquiring endpoint (3 MINUTES)
17:20:34.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000072: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000072: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000072: acquired ep-00000071
17:20:34.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000072: acquired endpoint ep-00000071
17:20:34.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000072: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000071: start execution ex-00000072
17:20:34.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000071: executing exchange ex-00000072 over http-outgoing-2
17:20:34.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.588 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.588 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.588 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.588 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.588 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.588 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.588 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.588 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.588 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.588 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.589 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.589 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.589 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.589 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.589 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.589 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.589 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.589 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000072: connection can be kept alive for 3 MINUTES
17:20:34.593 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.593 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.594 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.595 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.595 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.595 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.595 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000071: releasing valid endpoint
17:20:34.595 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000071: releasing endpoint
17:20:34.595 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000071: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.595 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000071: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.595 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.595 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.596 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000073: preparing request execution
17:20:34.596 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.596 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.596 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000073: target auth state: UNCHALLENGED
17:20:34.596 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000073: proxy auth state: UNCHALLENGED
17:20:34.596 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000073: acquiring connection with route {}->npipe://localhost:2375
17:20:34.596 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000073: acquiring endpoint (3 MINUTES)
17:20:34.596 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000073: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.596 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000073: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000073: acquired ep-00000072
17:20:34.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000073: acquired endpoint ep-00000072
17:20:34.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000073: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000072: start execution ex-00000073
17:20:34.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000072: executing exchange ex-00000073 over http-outgoing-2
17:20:34.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.603 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.603 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.603 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.603 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.603 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.603 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.603 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.603 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.603 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.603 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.603 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.603 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.603 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.603 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.603 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.603 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.603 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.604 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000073: connection can be kept alive for 3 MINUTES
17:20:34.613 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.613 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.614 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.615 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.616 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.616 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.616 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000072: releasing valid endpoint
17:20:34.616 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000072: releasing endpoint
17:20:34.616 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000072: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.616 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000072: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.616 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.616 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.617 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000074: preparing request execution
17:20:34.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000074: target auth state: UNCHALLENGED
17:20:34.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000074: proxy auth state: UNCHALLENGED
17:20:34.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000074: acquiring connection with route {}->npipe://localhost:2375
17:20:34.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000074: acquiring endpoint (3 MINUTES)
17:20:34.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000074: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000074: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000074: acquired ep-00000073
17:20:34.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000074: acquired endpoint ep-00000073
17:20:34.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000074: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000073: start execution ex-00000074
17:20:34.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000073: executing exchange ex-00000074 over http-outgoing-2
17:20:34.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.625 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.626 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.626 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.626 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.626 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.626 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.626 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.626 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.626 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.626 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.626 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.626 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.626 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.626 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.626 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.626 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.626 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.626 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000074: connection can be kept alive for 3 MINUTES
17:20:34.630 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.630 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.631 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.632 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.632 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.632 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.632 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000073: releasing valid endpoint
17:20:34.632 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000073: releasing endpoint
17:20:34.632 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000073: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.632 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000073: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.633 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.633 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.633 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000075: preparing request execution
17:20:34.633 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.634 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.634 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000075: target auth state: UNCHALLENGED
17:20:34.634 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000075: proxy auth state: UNCHALLENGED
17:20:34.634 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000075: acquiring connection with route {}->npipe://localhost:2375
17:20:34.634 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000075: acquiring endpoint (3 MINUTES)
17:20:34.634 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000075: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.634 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000075: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.634 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000075: acquired ep-00000074
17:20:34.634 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000075: acquired endpoint ep-00000074
17:20:34.634 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000075: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.634 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000074: start execution ex-00000075
17:20:34.634 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000074: executing exchange ex-00000075 over http-outgoing-2
17:20:34.634 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.634 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.634 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.634 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.634 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.634 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.634 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.634 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.634 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.634 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.634 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.634 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.634 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.634 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.634 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.640 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.641 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.641 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.641 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.641 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.641 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.641 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.641 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.641 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.641 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.641 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.641 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.641 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.641 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.641 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.641 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.641 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.641 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000075: connection can be kept alive for 3 MINUTES
17:20:34.646 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.646 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.647 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.648 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.648 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.648 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.648 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000074: releasing valid endpoint
17:20:34.648 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000074: releasing endpoint
17:20:34.648 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000074: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.648 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000074: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.648 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.648 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.649 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000076: preparing request execution
17:20:34.649 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.649 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.649 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000076: target auth state: UNCHALLENGED
17:20:34.649 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000076: proxy auth state: UNCHALLENGED
17:20:34.649 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000076: acquiring connection with route {}->npipe://localhost:2375
17:20:34.649 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000076: acquiring endpoint (3 MINUTES)
17:20:34.649 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000076: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.649 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000076: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.649 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000076: acquired ep-00000075
17:20:34.649 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000076: acquired endpoint ep-00000075
17:20:34.649 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000076: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.649 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000075: start execution ex-00000076
17:20:34.649 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000075: executing exchange ex-00000076 over http-outgoing-2
17:20:34.649 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.649 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.649 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.649 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.649 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.649 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.649 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.649 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.649 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.649 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.649 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.649 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.649 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.649 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.649 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.655 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.655 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.655 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.655 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.655 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.655 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.655 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.655 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.655 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.656 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.656 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.656 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.656 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.656 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.656 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.656 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.656 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.656 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000076: connection can be kept alive for 3 MINUTES
17:20:34.660 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.661 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.661 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.662 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.662 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.662 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.662 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000075: releasing valid endpoint
17:20:34.662 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000075: releasing endpoint
17:20:34.662 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000075: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.662 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000075: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.663 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.663 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.664 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000077: preparing request execution
17:20:34.664 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.664 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.664 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000077: target auth state: UNCHALLENGED
17:20:34.664 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000077: proxy auth state: UNCHALLENGED
17:20:34.664 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000077: acquiring connection with route {}->npipe://localhost:2375
17:20:34.664 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000077: acquiring endpoint (3 MINUTES)
17:20:34.664 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000077: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.664 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000077: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.664 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000077: acquired ep-00000076
17:20:34.664 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000077: acquired endpoint ep-00000076
17:20:34.664 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000077: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.664 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000076: start execution ex-00000077
17:20:34.665 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000076: executing exchange ex-00000077 over http-outgoing-2
17:20:34.665 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.665 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.665 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.665 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.665 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.665 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.665 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.665 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.665 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.665 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.667 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.667 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.667 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.667 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.667 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.675 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.675 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.675 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.675 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.675 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.675 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.675 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.675 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.675 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.676 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.676 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.676 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.676 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.676 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.676 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.676 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.676 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.676 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000077: connection can be kept alive for 3 MINUTES
17:20:34.680 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.680 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.681 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.682 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.682 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.682 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.682 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000076: releasing valid endpoint
17:20:34.682 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000076: releasing endpoint
17:20:34.682 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000076: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.682 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000076: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.682 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.682 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.682 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000078: preparing request execution
17:20:34.682 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.682 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.682 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000078: target auth state: UNCHALLENGED
17:20:34.682 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000078: proxy auth state: UNCHALLENGED
17:20:34.682 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000078: acquiring connection with route {}->npipe://localhost:2375
17:20:34.682 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000078: acquiring endpoint (3 MINUTES)
17:20:34.682 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000078: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.682 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000078: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.683 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000078: acquired ep-00000077
17:20:34.683 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000078: acquired endpoint ep-00000077
17:20:34.683 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000078: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.683 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000077: start execution ex-00000078
17:20:34.683 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000077: executing exchange ex-00000078 over http-outgoing-2
17:20:34.683 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.683 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.683 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.683 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.683 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.683 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.683 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.683 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.683 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.683 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.683 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.683 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.683 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.683 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.683 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.691 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.691 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.691 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.691 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.691 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.691 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.691 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.691 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.691 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.691 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.691 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.691 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.691 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.691 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.691 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.691 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.691 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.691 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000078: connection can be kept alive for 3 MINUTES
17:20:34.695 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.695 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.695 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.696 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.696 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.696 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.696 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000077: releasing valid endpoint
17:20:34.696 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000077: releasing endpoint
17:20:34.697 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000077: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.697 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000077: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.697 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.697 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.698 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000079: preparing request execution
17:20:34.698 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.698 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.698 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000079: target auth state: UNCHALLENGED
17:20:34.698 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000079: proxy auth state: UNCHALLENGED
17:20:34.698 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000079: acquiring connection with route {}->npipe://localhost:2375
17:20:34.698 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000079: acquiring endpoint (3 MINUTES)
17:20:34.698 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000079: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.699 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000079: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.699 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000079: acquired ep-00000078
17:20:34.699 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000079: acquired endpoint ep-00000078
17:20:34.699 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000079: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.699 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000078: start execution ex-00000079
17:20:34.699 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000078: executing exchange ex-00000079 over http-outgoing-2
17:20:34.699 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.699 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.699 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.699 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.699 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.699 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.699 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.699 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.699 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.699 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.699 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.699 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.699 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.699 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.699 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.706 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.706 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.706 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.706 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.707 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.707 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.707 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.707 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.707 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.707 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.707 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.707 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.707 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.707 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.707 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.707 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.707 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.707 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000079: connection can be kept alive for 3 MINUTES
17:20:34.712 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.712 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.713 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.714 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.714 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.714 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.714 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000078: releasing valid endpoint
17:20:34.714 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000078: releasing endpoint
17:20:34.714 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000078: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.714 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000078: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.714 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.715 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.716 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000007A: preparing request execution
17:20:34.716 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.716 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.716 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000007A: target auth state: UNCHALLENGED
17:20:34.716 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000007A: proxy auth state: UNCHALLENGED
17:20:34.716 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000007A: acquiring connection with route {}->npipe://localhost:2375
17:20:34.716 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000007A: acquiring endpoint (3 MINUTES)
17:20:34.716 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000007A: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.716 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000007A: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.716 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000007A: acquired ep-00000079
17:20:34.716 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000007A: acquired endpoint ep-00000079
17:20:34.716 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000007A: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.716 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000079: start execution ex-0000007A
17:20:34.716 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000079: executing exchange ex-0000007A over http-outgoing-2
17:20:34.716 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.716 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.716 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.716 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.716 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.716 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.716 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.716 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.716 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.716 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.716 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.716 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.716 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.716 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.716 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.721 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.721 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.721 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.721 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.721 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.721 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.721 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.721 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.721 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.721 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.721 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.721 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.721 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.721 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.721 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.721 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.721 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.721 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000007A: connection can be kept alive for 3 MINUTES
17:20:34.725 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.725 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.726 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.727 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.727 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.727 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.727 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000079: releasing valid endpoint
17:20:34.727 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000079: releasing endpoint
17:20:34.727 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000079: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.727 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000079: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.727 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.727 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.728 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000007B: preparing request execution
17:20:34.728 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.728 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.728 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000007B: target auth state: UNCHALLENGED
17:20:34.728 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000007B: proxy auth state: UNCHALLENGED
17:20:34.728 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000007B: acquiring connection with route {}->npipe://localhost:2375
17:20:34.728 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000007B: acquiring endpoint (3 MINUTES)
17:20:34.728 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000007B: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.729 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000007B: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.729 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000007B: acquired ep-0000007A
17:20:34.729 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000007B: acquired endpoint ep-0000007A
17:20:34.729 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000007B: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.729 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000007A: start execution ex-0000007B
17:20:34.729 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000007A: executing exchange ex-0000007B over http-outgoing-2
17:20:34.729 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.729 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.729 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.729 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.729 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.729 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.729 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.729 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.729 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.729 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.729 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.729 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.729 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.729 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.729 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.737 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.737 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.737 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.737 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.737 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.737 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.737 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.737 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.737 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.737 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.737 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.737 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.737 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.737 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.737 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.737 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.737 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.737 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000007B: connection can be kept alive for 3 MINUTES
17:20:34.742 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.742 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.742 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.743 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.743 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.743 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.743 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000007A: releasing valid endpoint
17:20:34.743 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000007A: releasing endpoint
17:20:34.743 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000007A: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.743 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000007A: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.743 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.744 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.744 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000007C: preparing request execution
17:20:34.744 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.744 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.744 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000007C: target auth state: UNCHALLENGED
17:20:34.744 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000007C: proxy auth state: UNCHALLENGED
17:20:34.744 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000007C: acquiring connection with route {}->npipe://localhost:2375
17:20:34.744 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000007C: acquiring endpoint (3 MINUTES)
17:20:34.744 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000007C: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.744 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000007C: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.744 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000007C: acquired ep-0000007B
17:20:34.744 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000007C: acquired endpoint ep-0000007B
17:20:34.744 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000007C: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.744 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000007B: start execution ex-0000007C
17:20:34.744 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000007B: executing exchange ex-0000007C over http-outgoing-2
17:20:34.744 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.744 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.744 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.744 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.744 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.744 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.744 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.744 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.744 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.744 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.744 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.744 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.744 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.744 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.744 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.752 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.752 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.752 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.752 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.752 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.752 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.752 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.752 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.752 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.752 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.752 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.752 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.752 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.752 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.752 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.752 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.752 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.752 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000007C: connection can be kept alive for 3 MINUTES
17:20:34.757 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.757 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.757 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.759 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.759 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.759 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.759 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000007B: releasing valid endpoint
17:20:34.759 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000007B: releasing endpoint
17:20:34.759 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000007B: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.759 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000007B: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.759 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.759 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.759 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000007D: preparing request execution
17:20:34.760 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.760 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.760 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000007D: target auth state: UNCHALLENGED
17:20:34.760 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000007D: proxy auth state: UNCHALLENGED
17:20:34.760 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000007D: acquiring connection with route {}->npipe://localhost:2375
17:20:34.760 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000007D: acquiring endpoint (3 MINUTES)
17:20:34.760 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000007D: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.760 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000007D: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.760 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000007D: acquired ep-0000007C
17:20:34.760 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000007D: acquired endpoint ep-0000007C
17:20:34.760 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000007D: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.760 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000007C: start execution ex-0000007D
17:20:34.760 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000007C: executing exchange ex-0000007D over http-outgoing-2
17:20:34.760 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.760 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.760 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.760 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.760 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.760 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.760 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.760 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.760 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.760 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.760 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.760 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.760 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.760 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.760 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.769 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.769 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.769 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.769 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.769 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.769 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.769 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.769 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.769 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.769 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.769 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.769 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.769 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.769 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.769 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.769 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.769 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.770 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000007D: connection can be kept alive for 3 MINUTES
17:20:34.774 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.774 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.774 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.776 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.776 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.776 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.776 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000007C: releasing valid endpoint
17:20:34.776 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000007C: releasing endpoint
17:20:34.776 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000007C: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.776 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000007C: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.776 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.776 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.776 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000007E: preparing request execution
17:20:34.777 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.777 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.777 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000007E: target auth state: UNCHALLENGED
17:20:34.777 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000007E: proxy auth state: UNCHALLENGED
17:20:34.777 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000007E: acquiring connection with route {}->npipe://localhost:2375
17:20:34.777 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000007E: acquiring endpoint (3 MINUTES)
17:20:34.777 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000007E: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.777 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000007E: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.777 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000007E: acquired ep-0000007D
17:20:34.777 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000007E: acquired endpoint ep-0000007D
17:20:34.777 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000007E: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.777 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000007D: start execution ex-0000007E
17:20:34.777 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000007D: executing exchange ex-0000007E over http-outgoing-2
17:20:34.777 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.777 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.777 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.777 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.777 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.777 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.777 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.777 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.777 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.777 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.777 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.777 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.777 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.777 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.777 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.782 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.782 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.782 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.782 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.782 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.782 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.782 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.782 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.782 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.782 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.782 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.782 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.782 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.782 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.782 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.782 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.782 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.782 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000007E: connection can be kept alive for 3 MINUTES
17:20:34.786 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.786 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.787 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.788 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.788 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.788 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.788 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000007D: releasing valid endpoint
17:20:34.788 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000007D: releasing endpoint
17:20:34.789 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000007D: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.789 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000007D: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.789 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.789 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.789 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000007F: preparing request execution
17:20:34.790 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.790 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.790 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000007F: target auth state: UNCHALLENGED
17:20:34.790 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000007F: proxy auth state: UNCHALLENGED
17:20:34.790 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000007F: acquiring connection with route {}->npipe://localhost:2375
17:20:34.790 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000007F: acquiring endpoint (3 MINUTES)
17:20:34.790 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000007F: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.790 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000007F: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.790 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000007F: acquired ep-0000007E
17:20:34.790 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000007F: acquired endpoint ep-0000007E
17:20:34.790 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000007F: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.790 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000007E: start execution ex-0000007F
17:20:34.790 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000007E: executing exchange ex-0000007F over http-outgoing-2
17:20:34.790 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.790 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.790 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.790 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.790 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.790 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.790 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.791 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.791 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.791 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.791 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.791 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.791 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.791 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.791 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.802 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.802 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.802 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.802 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.802 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.802 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.802 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.802 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.802 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.802 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.802 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.802 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.802 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.802 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.802 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.802 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.802 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.802 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000007F: connection can be kept alive for 3 MINUTES
17:20:34.807 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.807 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.807 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.808 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.808 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.808 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.808 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000007E: releasing valid endpoint
17:20:34.808 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000007E: releasing endpoint
17:20:34.808 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000007E: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.808 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000007E: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.808 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.809 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.809 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000080: preparing request execution
17:20:34.809 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.809 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.809 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000080: target auth state: UNCHALLENGED
17:20:34.809 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000080: proxy auth state: UNCHALLENGED
17:20:34.809 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000080: acquiring connection with route {}->npipe://localhost:2375
17:20:34.809 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000080: acquiring endpoint (3 MINUTES)
17:20:34.809 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000080: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.809 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000080: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.810 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000080: acquired ep-0000007F
17:20:34.810 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000080: acquired endpoint ep-0000007F
17:20:34.810 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000080: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.810 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000007F: start execution ex-00000080
17:20:34.810 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000007F: executing exchange ex-00000080 over http-outgoing-2
17:20:34.810 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.810 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.810 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.810 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.810 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.810 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.810 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.810 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.810 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.810 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.810 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.810 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.810 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.810 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.810 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.815 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.816 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.816 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.816 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.816 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.816 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.816 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.816 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.816 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.816 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.816 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.816 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.816 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.816 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.816 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.816 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.816 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.816 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000080: connection can be kept alive for 3 MINUTES
17:20:34.825 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.825 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.825 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.826 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.826 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.826 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.826 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000007F: releasing valid endpoint
17:20:34.826 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000007F: releasing endpoint
17:20:34.827 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000007F: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.827 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000007F: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.827 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.827 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.828 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000081: preparing request execution
17:20:34.828 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.828 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.828 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000081: target auth state: UNCHALLENGED
17:20:34.828 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000081: proxy auth state: UNCHALLENGED
17:20:34.828 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000081: acquiring connection with route {}->npipe://localhost:2375
17:20:34.828 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000081: acquiring endpoint (3 MINUTES)
17:20:34.828 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000081: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.828 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000081: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.828 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000081: acquired ep-00000080
17:20:34.828 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000081: acquired endpoint ep-00000080
17:20:34.828 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000081: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.828 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000080: start execution ex-00000081
17:20:34.828 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000080: executing exchange ex-00000081 over http-outgoing-2
17:20:34.828 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.828 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.828 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.828 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.828 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.828 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.828 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.828 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.828 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.828 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.828 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.828 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.828 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.828 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.828 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.838 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.838 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.838 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.838 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.838 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.838 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.838 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.838 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.838 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.838 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.838 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.838 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.838 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.838 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.838 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.838 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.838 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.839 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000081: connection can be kept alive for 3 MINUTES
17:20:34.843 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.843 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.844 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.845 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.845 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.845 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.845 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000080: releasing valid endpoint
17:20:34.845 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000080: releasing endpoint
17:20:34.845 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000080: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.845 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000080: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.846 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.846 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.846 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000082: preparing request execution
17:20:34.846 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.846 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.846 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000082: target auth state: UNCHALLENGED
17:20:34.846 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000082: proxy auth state: UNCHALLENGED
17:20:34.846 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000082: acquiring connection with route {}->npipe://localhost:2375
17:20:34.846 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000082: acquiring endpoint (3 MINUTES)
17:20:34.846 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000082: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.847 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000082: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.847 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000082: acquired ep-00000081
17:20:34.847 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000082: acquired endpoint ep-00000081
17:20:34.847 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000082: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.847 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000081: start execution ex-00000082
17:20:34.847 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000081: executing exchange ex-00000082 over http-outgoing-2
17:20:34.847 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.847 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.847 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.847 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.847 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.847 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.847 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.847 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.847 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.847 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.847 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.847 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.847 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.847 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.847 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.858 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.858 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.858 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.858 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.858 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.858 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.858 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.858 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.858 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.858 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.858 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.858 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.858 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.858 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.858 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.858 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.858 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.859 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000082: connection can be kept alive for 3 MINUTES
17:20:34.863 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.863 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.863 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.864 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.864 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.864 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.864 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000081: releasing valid endpoint
17:20:34.864 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000081: releasing endpoint
17:20:34.865 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000081: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.865 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000081: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.865 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.865 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.866 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000083: preparing request execution
17:20:34.866 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.866 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.866 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000083: target auth state: UNCHALLENGED
17:20:34.866 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000083: proxy auth state: UNCHALLENGED
17:20:34.866 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000083: acquiring connection with route {}->npipe://localhost:2375
17:20:34.866 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000083: acquiring endpoint (3 MINUTES)
17:20:34.866 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000083: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.867 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000083: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.867 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000083: acquired ep-00000082
17:20:34.867 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000083: acquired endpoint ep-00000082
17:20:34.867 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000083: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.867 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000082: start execution ex-00000083
17:20:34.867 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000082: executing exchange ex-00000083 over http-outgoing-2
17:20:34.867 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.867 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.867 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.867 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.867 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.867 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.867 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.867 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.867 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.867 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.867 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.867 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.867 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.867 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.867 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000083: connection can be kept alive for 3 MINUTES
17:20:34.879 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.879 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.879 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.880 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.881 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.881 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.881 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000082: releasing valid endpoint
17:20:34.881 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000082: releasing endpoint
17:20:34.881 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000082: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.881 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000082: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.881 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.881 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000084: preparing request execution
17:20:34.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000084: target auth state: UNCHALLENGED
17:20:34.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000084: proxy auth state: UNCHALLENGED
17:20:34.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000084: acquiring connection with route {}->npipe://localhost:2375
17:20:34.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000084: acquiring endpoint (3 MINUTES)
17:20:34.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000084: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000084: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000084: acquired ep-00000083
17:20:34.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000084: acquired endpoint ep-00000083
17:20:34.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000084: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000083: start execution ex-00000084
17:20:34.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000083: executing exchange ex-00000084 over http-outgoing-2
17:20:34.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.889 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.889 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.889 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.889 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.889 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.889 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.889 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.889 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.889 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.889 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.889 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.889 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.889 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.889 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.889 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.889 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.889 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.889 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000084: connection can be kept alive for 3 MINUTES
17:20:34.895 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.895 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.895 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.896 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.897 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.897 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.897 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000083: releasing valid endpoint
17:20:34.897 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000083: releasing endpoint
17:20:34.897 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000083: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.897 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000083: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.897 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.897 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.897 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000085: preparing request execution
17:20:34.897 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.897 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.897 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000085: target auth state: UNCHALLENGED
17:20:34.897 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000085: proxy auth state: UNCHALLENGED
17:20:34.897 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000085: acquiring connection with route {}->npipe://localhost:2375
17:20:34.897 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000085: acquiring endpoint (3 MINUTES)
17:20:34.897 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000085: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.898 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000085: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.898 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000085: acquired ep-00000084
17:20:34.898 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000085: acquired endpoint ep-00000084
17:20:34.898 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000085: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.898 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000084: start execution ex-00000085
17:20:34.898 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000084: executing exchange ex-00000085 over http-outgoing-2
17:20:34.898 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.898 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.898 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.898 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.898 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.898 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.898 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.898 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.898 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.898 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.898 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.898 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.898 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.898 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.898 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.903 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.903 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.903 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.903 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.903 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.903 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.903 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.903 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.903 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.903 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.903 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.903 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.903 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.903 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.903 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.903 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.903 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.903 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000085: connection can be kept alive for 3 MINUTES
17:20:34.908 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.908 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.908 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.909 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.909 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.909 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.909 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000084: releasing valid endpoint
17:20:34.909 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000084: releasing endpoint
17:20:34.909 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000084: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.910 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000084: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.910 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.910 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.911 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000086: preparing request execution
17:20:34.911 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.911 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.911 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000086: target auth state: UNCHALLENGED
17:20:34.911 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000086: proxy auth state: UNCHALLENGED
17:20:34.911 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000086: acquiring connection with route {}->npipe://localhost:2375
17:20:34.911 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000086: acquiring endpoint (3 MINUTES)
17:20:34.911 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000086: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.912 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000086: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.912 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000086: acquired ep-00000085
17:20:34.912 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000086: acquired endpoint ep-00000085
17:20:34.912 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000086: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.912 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000085: start execution ex-00000086
17:20:34.912 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000085: executing exchange ex-00000086 over http-outgoing-2
17:20:34.912 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.912 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.912 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.912 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.912 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.912 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.912 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.912 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.912 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.912 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.912 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.912 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.912 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.912 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.912 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.918 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.918 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.918 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.918 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.918 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.918 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.918 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.918 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.918 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.918 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.919 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.919 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.919 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.919 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.919 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.919 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.919 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.919 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000086: connection can be kept alive for 3 MINUTES
17:20:34.926 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.926 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.926 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.928 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.928 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.928 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.928 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000085: releasing valid endpoint
17:20:34.928 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000085: releasing endpoint
17:20:34.928 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000085: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.928 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000085: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.928 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.929 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.929 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000087: preparing request execution
17:20:34.929 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.929 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.929 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000087: target auth state: UNCHALLENGED
17:20:34.929 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000087: proxy auth state: UNCHALLENGED
17:20:34.929 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000087: acquiring connection with route {}->npipe://localhost:2375
17:20:34.929 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000087: acquiring endpoint (3 MINUTES)
17:20:34.929 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000087: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.930 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000087: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.930 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000087: acquired ep-00000086
17:20:34.930 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000087: acquired endpoint ep-00000086
17:20:34.930 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000087: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.930 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000086: start execution ex-00000087
17:20:34.930 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000086: executing exchange ex-00000087 over http-outgoing-2
17:20:34.930 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.930 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.930 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.930 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.930 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.930 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.930 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.930 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.930 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.930 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.930 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.930 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.930 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.930 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.930 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.936 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.936 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.936 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.936 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.936 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.936 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.936 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.936 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.936 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.936 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.936 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.936 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.936 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.936 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.936 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.936 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.936 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.936 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000087: connection can be kept alive for 3 MINUTES
17:20:34.943 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.943 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.943 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.944 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.944 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.944 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.944 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000086: releasing valid endpoint
17:20:34.944 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000086: releasing endpoint
17:20:34.944 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000086: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.944 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000086: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.945 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.945 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.945 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000088: preparing request execution
17:20:34.945 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.945 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.945 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000088: target auth state: UNCHALLENGED
17:20:34.945 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000088: proxy auth state: UNCHALLENGED
17:20:34.945 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000088: acquiring connection with route {}->npipe://localhost:2375
17:20:34.945 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000088: acquiring endpoint (3 MINUTES)
17:20:34.945 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000088: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.946 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000088: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.946 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000088: acquired ep-00000087
17:20:34.946 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000088: acquired endpoint ep-00000087
17:20:34.946 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000088: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.946 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000087: start execution ex-00000088
17:20:34.946 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000087: executing exchange ex-00000088 over http-outgoing-2
17:20:34.946 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.946 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.946 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.946 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.946 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.946 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.946 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.946 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.946 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.946 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.946 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.946 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.946 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.946 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.946 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.952 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.952 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.952 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.952 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.952 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.952 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.952 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.952 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.952 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.952 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.952 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.952 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.952 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.952 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.952 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.952 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.952 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.952 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000088: connection can be kept alive for 3 MINUTES
17:20:34.958 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.958 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.959 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.960 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.960 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.960 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.960 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000087: releasing valid endpoint
17:20:34.960 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000087: releasing endpoint
17:20:34.961 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000087: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.961 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000087: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.961 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.961 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.961 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000089: preparing request execution
17:20:34.961 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.961 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.961 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000089: target auth state: UNCHALLENGED
17:20:34.961 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000089: proxy auth state: UNCHALLENGED
17:20:34.961 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000089: acquiring connection with route {}->npipe://localhost:2375
17:20:34.961 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000089: acquiring endpoint (3 MINUTES)
17:20:34.961 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000089: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.962 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000089: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.962 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000089: acquired ep-00000088
17:20:34.962 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000089: acquired endpoint ep-00000088
17:20:34.962 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000089: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.962 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000088: start execution ex-00000089
17:20:34.962 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000088: executing exchange ex-00000089 over http-outgoing-2
17:20:34.962 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.962 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.962 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.962 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.962 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.962 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.962 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.962 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.962 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.962 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.962 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.962 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.962 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.962 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.962 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.968 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.968 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.968 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.968 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.968 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.968 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.968 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.968 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.968 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.968 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.968 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.968 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.968 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.968 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.968 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.968 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.968 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.968 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000089: connection can be kept alive for 3 MINUTES
17:20:34.972 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.972 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.973 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.974 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.979 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.979 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.979 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000088: releasing valid endpoint
17:20:34.979 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000088: releasing endpoint
17:20:34.979 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000088: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.979 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000088: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.980 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.980 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.980 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000008A: preparing request execution
17:20:34.980 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.980 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.980 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000008A: target auth state: UNCHALLENGED
17:20:34.980 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000008A: proxy auth state: UNCHALLENGED
17:20:34.980 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000008A: acquiring connection with route {}->npipe://localhost:2375
17:20:34.980 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000008A: acquiring endpoint (3 MINUTES)
17:20:34.980 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000008A: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.980 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000008A: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.980 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000008A: acquired ep-00000089
17:20:34.980 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000008A: acquired endpoint ep-00000089
17:20:34.980 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000008A: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.980 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000089: start execution ex-0000008A
17:20:34.980 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000089: executing exchange ex-0000008A over http-outgoing-2
17:20:34.980 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.980 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.980 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.980 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.980 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.980 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.980 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.980 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.980 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.980 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.980 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.980 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.980 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.980 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.980 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:34.986 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:34.986 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:34.986 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:34.986 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:34 GMT[\r][\n]"
17:20:34.986 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:34.986 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:34.986 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:34.986 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:34.986 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.986 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:34.986 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:34.986 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:34.986 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:34 GMT
17:20:34.986 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:34.986 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:34.986 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:34.986 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:34.986 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000008A: connection can be kept alive for 3 MINUTES
17:20:34.995 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:34.995 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:34.996 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:34.997 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.997 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:34.997 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:34.997 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000089: releasing valid endpoint
17:20:34.997 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000089: releasing endpoint
17:20:34.997 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000089: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:34.997 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000089: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.997 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:34.998 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:34.998 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000008B: preparing request execution
17:20:34.998 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:34.998 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:34.998 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000008B: target auth state: UNCHALLENGED
17:20:34.998 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000008B: proxy auth state: UNCHALLENGED
17:20:34.998 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000008B: acquiring connection with route {}->npipe://localhost:2375
17:20:34.998 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000008B: acquiring endpoint (3 MINUTES)
17:20:34.998 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000008B: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.998 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000008B: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:34.998 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000008B: acquired ep-0000008A
17:20:34.998 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000008B: acquired endpoint ep-0000008A
17:20:34.998 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000008B: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.998 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000008A: start execution ex-0000008B
17:20:34.998 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000008A: executing exchange ex-0000008B over http-outgoing-2
17:20:34.998 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:34.998 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:34.998 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:34.998 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:34.998 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:34.998 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:34.998 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:34.998 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:34.998 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:34.998 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:34.998 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:34.998 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:34.998 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:34.998 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:34.998 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.005 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.005 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.005 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.005 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.005 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.005 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.005 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.005 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.005 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.005 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.005 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.005 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.005 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.005 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.005 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.005 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.005 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.005 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000008B: connection can be kept alive for 3 MINUTES
17:20:35.014 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.015 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.015 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.017 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.017 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.017 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.017 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000008A: releasing valid endpoint
17:20:35.017 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000008A: releasing endpoint
17:20:35.017 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000008A: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.018 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000008A: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.018 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.018 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.018 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000008C: preparing request execution
17:20:35.019 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.019 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.019 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000008C: target auth state: UNCHALLENGED
17:20:35.019 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000008C: proxy auth state: UNCHALLENGED
17:20:35.019 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000008C: acquiring connection with route {}->npipe://localhost:2375
17:20:35.019 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000008C: acquiring endpoint (3 MINUTES)
17:20:35.019 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000008C: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.019 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000008C: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.019 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000008C: acquired ep-0000008B
17:20:35.019 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000008C: acquired endpoint ep-0000008B
17:20:35.019 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000008C: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.019 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000008B: start execution ex-0000008C
17:20:35.019 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000008B: executing exchange ex-0000008C over http-outgoing-2
17:20:35.020 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.020 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.020 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.020 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.020 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.020 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.020 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.020 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.020 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.020 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.020 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.020 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.020 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.020 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.020 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.025 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.025 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.025 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.025 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.025 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.025 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.025 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.025 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.025 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000008C: connection can be kept alive for 3 MINUTES
17:20:35.031 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.031 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.031 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.032 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.032 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.032 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.032 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000008B: releasing valid endpoint
17:20:35.032 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000008B: releasing endpoint
17:20:35.032 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000008B: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.032 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000008B: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.032 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.033 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.033 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000008D: preparing request execution
17:20:35.033 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.033 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.033 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000008D: target auth state: UNCHALLENGED
17:20:35.033 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000008D: proxy auth state: UNCHALLENGED
17:20:35.033 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000008D: acquiring connection with route {}->npipe://localhost:2375
17:20:35.033 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000008D: acquiring endpoint (3 MINUTES)
17:20:35.033 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000008D: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.033 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000008D: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.033 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000008D: acquired ep-0000008C
17:20:35.033 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000008D: acquired endpoint ep-0000008C
17:20:35.033 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000008D: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.033 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000008C: start execution ex-0000008D
17:20:35.033 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000008C: executing exchange ex-0000008D over http-outgoing-2
17:20:35.033 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.033 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.033 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.033 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.033 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.033 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.033 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.033 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.033 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.033 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.033 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.033 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.033 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.033 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.033 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.038 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.039 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.039 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.039 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.039 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.039 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.039 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.039 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.039 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.039 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.039 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.039 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.039 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.039 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.039 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.039 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.039 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.039 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000008D: connection can be kept alive for 3 MINUTES
17:20:35.043 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.043 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.044 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.045 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.045 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.045 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.045 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000008C: releasing valid endpoint
17:20:35.045 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000008C: releasing endpoint
17:20:35.045 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000008C: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.045 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000008C: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.045 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.046 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.046 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000008E: preparing request execution
17:20:35.046 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.046 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.047 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000008E: target auth state: UNCHALLENGED
17:20:35.047 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000008E: proxy auth state: UNCHALLENGED
17:20:35.047 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000008E: acquiring connection with route {}->npipe://localhost:2375
17:20:35.047 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000008E: acquiring endpoint (3 MINUTES)
17:20:35.047 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000008E: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.047 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000008E: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.047 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000008E: acquired ep-0000008D
17:20:35.047 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000008E: acquired endpoint ep-0000008D
17:20:35.047 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000008E: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.047 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000008D: start execution ex-0000008E
17:20:35.047 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000008D: executing exchange ex-0000008E over http-outgoing-2
17:20:35.047 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.047 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.047 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.047 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.047 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.047 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.047 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.047 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.047 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.047 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.047 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.047 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.047 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.047 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.047 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.054 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.055 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.055 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.055 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.055 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.055 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.055 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.055 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.055 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.055 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.055 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.055 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.055 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.055 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.055 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.055 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.055 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.055 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000008E: connection can be kept alive for 3 MINUTES
17:20:35.060 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.061 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.061 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.061 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.063 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.063 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.063 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000008D: releasing valid endpoint
17:20:35.063 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000008D: releasing endpoint
17:20:35.063 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000008D: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.063 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000008D: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.063 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.063 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.063 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000008F: preparing request execution
17:20:35.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000008F: target auth state: UNCHALLENGED
17:20:35.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000008F: proxy auth state: UNCHALLENGED
17:20:35.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000008F: acquiring connection with route {}->npipe://localhost:2375
17:20:35.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000008F: acquiring endpoint (3 MINUTES)
17:20:35.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000008F: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000008F: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000008F: acquired ep-0000008E
17:20:35.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000008F: acquired endpoint ep-0000008E
17:20:35.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000008F: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000008E: start execution ex-0000008F
17:20:35.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000008E: executing exchange ex-0000008F over http-outgoing-2
17:20:35.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.070 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.070 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.070 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.070 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.070 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.070 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.070 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.070 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.070 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.071 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.071 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.071 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.071 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.071 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.071 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.071 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.071 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.071 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000008F: connection can be kept alive for 3 MINUTES
17:20:35.076 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.076 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.076 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000008E: releasing valid endpoint
17:20:35.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000008E: releasing endpoint
17:20:35.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000008E: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000008E: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.078 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.079 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.079 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000090: preparing request execution
17:20:35.079 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.079 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.080 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000090: target auth state: UNCHALLENGED
17:20:35.080 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000090: proxy auth state: UNCHALLENGED
17:20:35.080 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000090: acquiring connection with route {}->npipe://localhost:2375
17:20:35.080 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000090: acquiring endpoint (3 MINUTES)
17:20:35.080 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000090: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.080 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000090: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.080 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000090: acquired ep-0000008F
17:20:35.080 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000090: acquired endpoint ep-0000008F
17:20:35.080 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000090: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.080 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000008F: start execution ex-00000090
17:20:35.080 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000008F: executing exchange ex-00000090 over http-outgoing-2
17:20:35.080 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.080 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.080 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.080 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.080 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.080 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.080 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.080 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.080 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.080 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.080 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.080 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.080 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.080 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.080 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.087 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.087 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.087 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.087 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.087 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.087 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.087 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.087 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.087 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.087 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.087 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.087 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.087 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.087 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.087 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.087 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.087 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.087 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000090: connection can be kept alive for 3 MINUTES
17:20:35.092 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.092 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.092 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.094 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.095 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.095 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.095 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000008F: releasing valid endpoint
17:20:35.095 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000008F: releasing endpoint
17:20:35.095 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000008F: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.095 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000008F: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.095 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.096 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.096 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000091: preparing request execution
17:20:35.096 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.096 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.096 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000091: target auth state: UNCHALLENGED
17:20:35.096 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000091: proxy auth state: UNCHALLENGED
17:20:35.096 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000091: acquiring connection with route {}->npipe://localhost:2375
17:20:35.096 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000091: acquiring endpoint (3 MINUTES)
17:20:35.096 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000091: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.096 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000091: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.096 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000091: acquired ep-00000090
17:20:35.096 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000091: acquired endpoint ep-00000090
17:20:35.096 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000091: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.096 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000090: start execution ex-00000091
17:20:35.096 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000090: executing exchange ex-00000091 over http-outgoing-2
17:20:35.096 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.096 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.096 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.096 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.096 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.096 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.096 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.096 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.096 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.096 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.096 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.096 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.096 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.096 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.096 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.103 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.103 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.103 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.103 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.103 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.103 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.103 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.103 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.103 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.103 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.103 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.103 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.103 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.103 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.103 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.103 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.103 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.103 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000091: connection can be kept alive for 3 MINUTES
17:20:35.112 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.112 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.113 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.114 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.114 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.114 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.114 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000090: releasing valid endpoint
17:20:35.114 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000090: releasing endpoint
17:20:35.114 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000090: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.114 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000090: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.114 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.115 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000092: preparing request execution
17:20:35.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000092: target auth state: UNCHALLENGED
17:20:35.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000092: proxy auth state: UNCHALLENGED
17:20:35.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000092: acquiring connection with route {}->npipe://localhost:2375
17:20:35.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000092: acquiring endpoint (3 MINUTES)
17:20:35.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000092: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000092: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000092: acquired ep-00000091
17:20:35.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000092: acquired endpoint ep-00000091
17:20:35.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000092: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000091: start execution ex-00000092
17:20:35.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000091: executing exchange ex-00000092 over http-outgoing-2
17:20:35.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.115 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.125 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000092: connection can be kept alive for 3 MINUTES
17:20:35.130 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.131 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.132 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.133 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.133 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.133 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.133 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000091: releasing valid endpoint
17:20:35.133 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000091: releasing endpoint
17:20:35.133 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000091: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.133 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000091: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.133 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.134 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.134 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000093: preparing request execution
17:20:35.134 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.134 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.134 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000093: target auth state: UNCHALLENGED
17:20:35.134 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000093: proxy auth state: UNCHALLENGED
17:20:35.134 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000093: acquiring connection with route {}->npipe://localhost:2375
17:20:35.134 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000093: acquiring endpoint (3 MINUTES)
17:20:35.134 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000093: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.134 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000093: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.135 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000093: acquired ep-00000092
17:20:35.135 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000093: acquired endpoint ep-00000092
17:20:35.135 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000093: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.135 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000092: start execution ex-00000093
17:20:35.135 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000092: executing exchange ex-00000093 over http-outgoing-2
17:20:35.135 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.135 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.135 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.135 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.135 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.135 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.135 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.135 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.135 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.135 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.135 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.135 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.135 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.135 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.135 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.140 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.140 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.140 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.140 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.140 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.140 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.140 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.140 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.140 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.140 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.141 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.141 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.141 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.141 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.141 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.141 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.141 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.141 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000093: connection can be kept alive for 3 MINUTES
17:20:35.144 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.144 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.145 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.146 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.146 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.146 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.146 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000092: releasing valid endpoint
17:20:35.146 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000092: releasing endpoint
17:20:35.146 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000092: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.146 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000092: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.146 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.146 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.146 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000094: preparing request execution
17:20:35.147 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.147 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.147 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000094: target auth state: UNCHALLENGED
17:20:35.147 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000094: proxy auth state: UNCHALLENGED
17:20:35.147 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000094: acquiring connection with route {}->npipe://localhost:2375
17:20:35.147 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000094: acquiring endpoint (3 MINUTES)
17:20:35.147 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000094: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.147 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000094: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.147 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000094: acquired ep-00000093
17:20:35.147 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000094: acquired endpoint ep-00000093
17:20:35.147 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000094: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.147 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000093: start execution ex-00000094
17:20:35.147 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000093: executing exchange ex-00000094 over http-outgoing-2
17:20:35.147 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.147 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.147 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.147 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.147 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.147 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.147 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.147 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.147 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.147 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.147 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.147 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.147 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.147 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.147 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.151 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.151 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.151 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.151 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.151 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.151 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.151 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.151 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.151 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.152 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.152 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.152 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.152 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.152 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.152 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.152 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.152 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.152 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000094: connection can be kept alive for 3 MINUTES
17:20:35.156 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.156 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.156 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.158 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.158 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.158 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.158 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000093: releasing valid endpoint
17:20:35.158 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000093: releasing endpoint
17:20:35.158 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000093: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.158 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000093: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.159 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.159 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.159 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000095: preparing request execution
17:20:35.159 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.159 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.159 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000095: target auth state: UNCHALLENGED
17:20:35.159 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000095: proxy auth state: UNCHALLENGED
17:20:35.159 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000095: acquiring connection with route {}->npipe://localhost:2375
17:20:35.159 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000095: acquiring endpoint (3 MINUTES)
17:20:35.159 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000095: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.159 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000095: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.159 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000095: acquired ep-00000094
17:20:35.159 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000095: acquired endpoint ep-00000094
17:20:35.159 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000095: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.159 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000094: start execution ex-00000095
17:20:35.159 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000094: executing exchange ex-00000095 over http-outgoing-2
17:20:35.160 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.160 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.160 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.160 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.160 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.160 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.160 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.160 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.160 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.160 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.160 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.160 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.160 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.160 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.160 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.164 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.164 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.164 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.164 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.164 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.164 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.164 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.164 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.164 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.165 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.165 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.165 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.165 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.165 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.165 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.165 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.165 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.165 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000095: connection can be kept alive for 3 MINUTES
17:20:35.169 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.169 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.170 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.171 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.171 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.171 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.171 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000094: releasing valid endpoint
17:20:35.171 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000094: releasing endpoint
17:20:35.171 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000094: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.171 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000094: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.171 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.171 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.171 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000096: preparing request execution
17:20:35.172 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.172 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.172 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000096: target auth state: UNCHALLENGED
17:20:35.172 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000096: proxy auth state: UNCHALLENGED
17:20:35.172 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000096: acquiring connection with route {}->npipe://localhost:2375
17:20:35.172 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000096: acquiring endpoint (3 MINUTES)
17:20:35.172 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000096: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.172 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000096: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.172 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000096: acquired ep-00000095
17:20:35.172 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000096: acquired endpoint ep-00000095
17:20:35.172 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000096: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.172 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000095: start execution ex-00000096
17:20:35.172 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000095: executing exchange ex-00000096 over http-outgoing-2
17:20:35.172 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.172 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.172 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.172 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.172 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.172 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.172 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.172 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.172 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.172 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.172 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.172 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.172 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.172 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.172 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.177 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.178 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.178 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.178 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.178 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.178 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.178 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.178 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.178 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.178 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.178 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.178 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.178 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.178 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.178 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.178 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.178 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.178 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000096: connection can be kept alive for 3 MINUTES
17:20:35.183 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.183 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.183 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.184 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.184 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.184 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.184 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000095: releasing valid endpoint
17:20:35.184 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000095: releasing endpoint
17:20:35.184 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000095: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.184 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000095: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.184 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.185 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.185 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000097: preparing request execution
17:20:35.185 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.185 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.185 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000097: target auth state: UNCHALLENGED
17:20:35.185 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000097: proxy auth state: UNCHALLENGED
17:20:35.185 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000097: acquiring connection with route {}->npipe://localhost:2375
17:20:35.185 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000097: acquiring endpoint (3 MINUTES)
17:20:35.185 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000097: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.185 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000097: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.185 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000097: acquired ep-00000096
17:20:35.185 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000097: acquired endpoint ep-00000096
17:20:35.185 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000097: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.185 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000096: start execution ex-00000097
17:20:35.185 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000096: executing exchange ex-00000097 over http-outgoing-2
17:20:35.185 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.185 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.185 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.185 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.185 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.185 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.185 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.185 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.185 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.185 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.185 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.185 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.185 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.185 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.185 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.190 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.190 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.190 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.190 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.190 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.190 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.190 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.190 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.190 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.190 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.190 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.190 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.190 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.190 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.190 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.190 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.190 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.190 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000097: connection can be kept alive for 3 MINUTES
17:20:35.194 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.195 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.195 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.196 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.196 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.196 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.196 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000096: releasing valid endpoint
17:20:35.196 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000096: releasing endpoint
17:20:35.196 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000096: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.196 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000096: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.196 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.197 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.197 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000098: preparing request execution
17:20:35.197 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.197 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.197 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000098: target auth state: UNCHALLENGED
17:20:35.197 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000098: proxy auth state: UNCHALLENGED
17:20:35.197 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000098: acquiring connection with route {}->npipe://localhost:2375
17:20:35.197 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000098: acquiring endpoint (3 MINUTES)
17:20:35.197 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000098: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.197 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000098: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.197 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000098: acquired ep-00000097
17:20:35.197 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000098: acquired endpoint ep-00000097
17:20:35.197 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000098: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.197 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000097: start execution ex-00000098
17:20:35.197 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000097: executing exchange ex-00000098 over http-outgoing-2
17:20:35.197 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.197 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.197 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.197 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.197 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.197 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.197 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.197 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.197 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.197 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.197 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.197 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.197 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.197 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.197 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.202 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.202 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.202 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.202 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.202 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.202 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.202 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.202 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.202 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.202 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.202 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.202 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.202 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.202 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.203 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.203 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.203 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.203 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000098: connection can be kept alive for 3 MINUTES
17:20:35.208 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.208 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.208 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.209 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.209 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.209 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.209 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000097: releasing valid endpoint
17:20:35.209 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000097: releasing endpoint
17:20:35.209 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000097: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.209 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000097: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.209 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.210 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.210 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000099: preparing request execution
17:20:35.210 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.210 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.210 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000099: target auth state: UNCHALLENGED
17:20:35.210 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-00000099: proxy auth state: UNCHALLENGED
17:20:35.210 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-00000099: acquiring connection with route {}->npipe://localhost:2375
17:20:35.210 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000099: acquiring endpoint (3 MINUTES)
17:20:35.210 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000099: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.210 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000099: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.210 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-00000099: acquired ep-00000098
17:20:35.210 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-00000099: acquired endpoint ep-00000098
17:20:35.210 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000099: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.210 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000098: start execution ex-00000099
17:20:35.210 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000098: executing exchange ex-00000099 over http-outgoing-2
17:20:35.210 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.210 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.210 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.210 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.210 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.210 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.210 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.210 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.210 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.210 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.210 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.210 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.210 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.210 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.210 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.216 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.216 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.216 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.216 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.216 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.216 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.216 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.216 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.216 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.217 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.217 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.217 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.217 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.217 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.217 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.217 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.217 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.217 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-00000099: connection can be kept alive for 3 MINUTES
17:20:35.221 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.221 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.221 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.223 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.223 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.223 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.223 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000098: releasing valid endpoint
17:20:35.223 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000098: releasing endpoint
17:20:35.223 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000098: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.223 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000098: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.224 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.224 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.224 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000009A: preparing request execution
17:20:35.225 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.225 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.225 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000009A: target auth state: UNCHALLENGED
17:20:35.225 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000009A: proxy auth state: UNCHALLENGED
17:20:35.225 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000009A: acquiring connection with route {}->npipe://localhost:2375
17:20:35.225 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000009A: acquiring endpoint (3 MINUTES)
17:20:35.225 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000009A: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.225 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000009A: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.225 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000009A: acquired ep-00000099
17:20:35.225 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000009A: acquired endpoint ep-00000099
17:20:35.225 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000009A: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.225 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000099: start execution ex-0000009A
17:20:35.225 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000099: executing exchange ex-0000009A over http-outgoing-2
17:20:35.225 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.225 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.225 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.225 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.225 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.225 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.225 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.225 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.225 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.225 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.225 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.225 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.225 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.225 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.225 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.231 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.232 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.232 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.232 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.232 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.232 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.232 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.232 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.232 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.232 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.232 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.232 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.232 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.232 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.232 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.232 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.232 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.232 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000009A: connection can be kept alive for 3 MINUTES
17:20:35.237 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.237 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.238 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.239 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.239 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.239 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.239 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-00000099: releasing valid endpoint
17:20:35.239 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000099: releasing endpoint
17:20:35.239 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000099: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.239 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-00000099: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.239 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.240 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.240 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000009B: preparing request execution
17:20:35.240 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.240 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.240 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000009B: target auth state: UNCHALLENGED
17:20:35.240 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000009B: proxy auth state: UNCHALLENGED
17:20:35.240 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000009B: acquiring connection with route {}->npipe://localhost:2375
17:20:35.240 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000009B: acquiring endpoint (3 MINUTES)
17:20:35.240 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000009B: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.240 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000009B: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.241 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000009B: acquired ep-0000009A
17:20:35.241 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000009B: acquired endpoint ep-0000009A
17:20:35.241 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000009B: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.241 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000009A: start execution ex-0000009B
17:20:35.241 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000009A: executing exchange ex-0000009B over http-outgoing-2
17:20:35.241 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.241 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.241 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.241 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.241 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.241 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.241 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.241 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.241 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.241 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.241 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.241 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.241 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.241 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.241 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000009B: connection can be kept alive for 3 MINUTES
17:20:35.253 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.253 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.253 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.254 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.254 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.254 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.254 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000009A: releasing valid endpoint
17:20:35.254 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000009A: releasing endpoint
17:20:35.254 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000009A: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.254 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000009A: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.254 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.255 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.255 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000009C: preparing request execution
17:20:35.255 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.255 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.255 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000009C: target auth state: UNCHALLENGED
17:20:35.255 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000009C: proxy auth state: UNCHALLENGED
17:20:35.255 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000009C: acquiring connection with route {}->npipe://localhost:2375
17:20:35.255 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000009C: acquiring endpoint (3 MINUTES)
17:20:35.255 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000009C: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.255 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000009C: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.255 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000009C: acquired ep-0000009B
17:20:35.255 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000009C: acquired endpoint ep-0000009B
17:20:35.255 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000009C: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.255 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000009B: start execution ex-0000009C
17:20:35.255 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000009B: executing exchange ex-0000009C over http-outgoing-2
17:20:35.255 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.255 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.255 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.255 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.255 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.255 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.255 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.255 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.255 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.255 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.255 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.255 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.255 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.255 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.255 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.259 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.259 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.259 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.259 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.259 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.259 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.259 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.259 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.259 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.260 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.260 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.260 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.260 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.260 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.260 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.260 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.260 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.260 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000009C: connection can be kept alive for 3 MINUTES
17:20:35.265 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.265 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.265 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.266 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.266 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.266 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.266 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000009B: releasing valid endpoint
17:20:35.266 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000009B: releasing endpoint
17:20:35.266 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000009B: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.266 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000009B: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.266 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.267 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.267 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000009D: preparing request execution
17:20:35.267 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.267 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.267 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000009D: target auth state: UNCHALLENGED
17:20:35.267 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000009D: proxy auth state: UNCHALLENGED
17:20:35.267 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000009D: acquiring connection with route {}->npipe://localhost:2375
17:20:35.267 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000009D: acquiring endpoint (3 MINUTES)
17:20:35.267 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000009D: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.267 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000009D: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.267 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000009D: acquired ep-0000009C
17:20:35.267 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000009D: acquired endpoint ep-0000009C
17:20:35.267 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000009D: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.267 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000009C: start execution ex-0000009D
17:20:35.267 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000009C: executing exchange ex-0000009D over http-outgoing-2
17:20:35.267 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.267 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.267 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.267 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.267 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.267 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.267 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.267 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.267 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.267 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.267 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.267 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.267 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.267 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.267 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.273 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.273 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.273 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.273 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.273 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.273 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.273 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.273 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.273 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.273 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.273 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.273 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.273 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.273 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.273 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.273 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.273 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.273 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000009D: connection can be kept alive for 3 MINUTES
17:20:35.279 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.279 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.280 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.281 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.282 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.282 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.282 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000009C: releasing valid endpoint
17:20:35.282 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000009C: releasing endpoint
17:20:35.282 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000009C: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.282 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000009C: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.282 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.282 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.283 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000009E: preparing request execution
17:20:35.283 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.283 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.283 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000009E: target auth state: UNCHALLENGED
17:20:35.283 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000009E: proxy auth state: UNCHALLENGED
17:20:35.283 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000009E: acquiring connection with route {}->npipe://localhost:2375
17:20:35.283 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000009E: acquiring endpoint (3 MINUTES)
17:20:35.283 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000009E: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.283 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000009E: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.283 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000009E: acquired ep-0000009D
17:20:35.283 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000009E: acquired endpoint ep-0000009D
17:20:35.283 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000009E: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.283 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000009D: start execution ex-0000009E
17:20:35.283 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000009D: executing exchange ex-0000009E over http-outgoing-2
17:20:35.283 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.283 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.283 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.283 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.283 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.283 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.283 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.283 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.283 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.283 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.283 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.283 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.283 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.283 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.283 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.288 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.288 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.288 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.288 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.288 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.288 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.288 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.288 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.288 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.288 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.288 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.288 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.288 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.288 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.288 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.288 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.288 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.288 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000009E: connection can be kept alive for 3 MINUTES
17:20:35.293 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.293 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.294 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.295 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.298 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.298 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.298 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000009D: releasing valid endpoint
17:20:35.298 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000009D: releasing endpoint
17:20:35.298 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000009D: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.298 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000009D: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.299 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.299 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.299 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000009F: preparing request execution
17:20:35.300 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.300 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.300 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000009F: target auth state: UNCHALLENGED
17:20:35.300 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-0000009F: proxy auth state: UNCHALLENGED
17:20:35.300 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-0000009F: acquiring connection with route {}->npipe://localhost:2375
17:20:35.300 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000009F: acquiring endpoint (3 MINUTES)
17:20:35.300 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000009F: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.300 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000009F: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.300 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-0000009F: acquired ep-0000009E
17:20:35.300 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-0000009F: acquired endpoint ep-0000009E
17:20:35.300 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000009F: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.300 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000009E: start execution ex-0000009F
17:20:35.300 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000009E: executing exchange ex-0000009F over http-outgoing-2
17:20:35.300 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.300 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.300 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.300 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.300 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.300 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.300 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.300 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.300 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.300 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.300 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.300 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.300 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.300 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.300 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.307 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-0000009F: connection can be kept alive for 3 MINUTES
17:20:35.312 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.312 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.312 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.313 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.313 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.313 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.314 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000009E: releasing valid endpoint
17:20:35.314 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000009E: releasing endpoint
17:20:35.314 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000009E: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.314 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000009E: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.314 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.314 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.314 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000A0: preparing request execution
17:20:35.314 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.315 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.315 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000A0: target auth state: UNCHALLENGED
17:20:35.315 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000A0: proxy auth state: UNCHALLENGED
17:20:35.315 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000A0: acquiring connection with route {}->npipe://localhost:2375
17:20:35.315 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000A0: acquiring endpoint (3 MINUTES)
17:20:35.315 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000A0: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.315 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000A0: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.315 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000A0: acquired ep-0000009F
17:20:35.315 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000A0: acquired endpoint ep-0000009F
17:20:35.315 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000A0: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.315 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000009F: start execution ex-000000A0
17:20:35.315 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000009F: executing exchange ex-000000A0 over http-outgoing-2
17:20:35.315 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.315 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.315 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.315 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.315 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.315 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.315 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.315 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.315 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.315 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.315 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.315 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.315 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.315 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.315 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.320 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.320 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.320 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.320 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.320 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.320 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.320 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.320 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.320 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.320 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.320 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.320 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.320 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.320 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.320 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.320 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.320 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.320 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000A0: connection can be kept alive for 3 MINUTES
17:20:35.328 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.328 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.329 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.330 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.330 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.330 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.330 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-0000009F: releasing valid endpoint
17:20:35.330 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000009F: releasing endpoint
17:20:35.330 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000009F: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.331 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-0000009F: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.331 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.331 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.331 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000A1: preparing request execution
17:20:35.331 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.331 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.331 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000A1: target auth state: UNCHALLENGED
17:20:35.331 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000A1: proxy auth state: UNCHALLENGED
17:20:35.331 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000A1: acquiring connection with route {}->npipe://localhost:2375
17:20:35.331 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000A1: acquiring endpoint (3 MINUTES)
17:20:35.331 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000A1: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.331 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000A1: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.331 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000A1: acquired ep-000000A0
17:20:35.331 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000A1: acquired endpoint ep-000000A0
17:20:35.331 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000A1: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.331 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000A0: start execution ex-000000A1
17:20:35.331 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000A0: executing exchange ex-000000A1 over http-outgoing-2
17:20:35.332 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.332 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.332 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.332 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.332 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.332 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.332 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.332 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.332 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.332 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.332 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.332 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.332 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.332 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.332 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.336 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.336 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.336 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.336 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.336 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.337 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.337 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.337 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.337 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.337 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.337 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.337 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.337 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.337 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.337 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.337 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.337 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.337 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000A1: connection can be kept alive for 3 MINUTES
17:20:35.340 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.340 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.341 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.342 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.342 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.342 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.342 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000A0: releasing valid endpoint
17:20:35.342 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000A0: releasing endpoint
17:20:35.342 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000A0: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.342 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000A0: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.342 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.342 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.342 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000A2: preparing request execution
17:20:35.343 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.343 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.343 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000A2: target auth state: UNCHALLENGED
17:20:35.343 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000A2: proxy auth state: UNCHALLENGED
17:20:35.343 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000A2: acquiring connection with route {}->npipe://localhost:2375
17:20:35.343 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000A2: acquiring endpoint (3 MINUTES)
17:20:35.343 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000A2: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.343 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000A2: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.343 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000A2: acquired ep-000000A1
17:20:35.343 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000A2: acquired endpoint ep-000000A1
17:20:35.343 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000A2: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.343 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000A1: start execution ex-000000A2
17:20:35.343 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000A1: executing exchange ex-000000A2 over http-outgoing-2
17:20:35.343 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.343 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.343 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.343 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.343 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.343 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.343 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.343 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.343 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.343 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.343 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.343 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.343 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.343 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.343 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.348 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.348 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.348 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.348 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.348 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.348 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.348 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.348 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.348 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.348 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.348 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.348 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.348 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.348 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.348 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.348 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.348 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.348 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000A2: connection can be kept alive for 3 MINUTES
17:20:35.352 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.352 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.353 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.354 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.354 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.354 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.354 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000A1: releasing valid endpoint
17:20:35.354 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000A1: releasing endpoint
17:20:35.354 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000A1: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.354 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000A1: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.354 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.354 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000A3: preparing request execution
17:20:35.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000A3: target auth state: UNCHALLENGED
17:20:35.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000A3: proxy auth state: UNCHALLENGED
17:20:35.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000A3: acquiring connection with route {}->npipe://localhost:2375
17:20:35.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000A3: acquiring endpoint (3 MINUTES)
17:20:35.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000A3: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000A3: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000A3: acquired ep-000000A2
17:20:35.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000A3: acquired endpoint ep-000000A2
17:20:35.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000A3: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000A2: start execution ex-000000A3
17:20:35.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000A2: executing exchange ex-000000A3 over http-outgoing-2
17:20:35.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.355 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.361 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.361 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.361 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.361 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.361 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.361 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.361 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.361 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.361 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.361 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.361 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.361 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.361 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.361 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.361 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.361 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.361 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.362 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000A3: connection can be kept alive for 3 MINUTES
17:20:35.366 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.366 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.366 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.367 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.367 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.367 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.367 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000A2: releasing valid endpoint
17:20:35.367 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000A2: releasing endpoint
17:20:35.367 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000A2: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.367 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000A2: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.367 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.368 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.368 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000A4: preparing request execution
17:20:35.368 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.368 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.368 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000A4: target auth state: UNCHALLENGED
17:20:35.368 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000A4: proxy auth state: UNCHALLENGED
17:20:35.369 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000A4: acquiring connection with route {}->npipe://localhost:2375
17:20:35.369 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000A4: acquiring endpoint (3 MINUTES)
17:20:35.369 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000A4: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.369 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000A4: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.369 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000A4: acquired ep-000000A3
17:20:35.369 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000A4: acquired endpoint ep-000000A3
17:20:35.369 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000A4: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.369 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000A3: start execution ex-000000A4
17:20:35.369 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000A3: executing exchange ex-000000A4 over http-outgoing-2
17:20:35.369 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.369 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.369 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.369 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.369 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.369 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.369 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.369 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.369 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.369 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.369 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.369 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.369 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.369 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.369 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.375 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.375 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.375 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.375 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.375 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.375 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.375 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.375 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.375 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.375 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.375 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.375 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.375 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.375 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.375 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.375 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.375 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.375 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000A4: connection can be kept alive for 3 MINUTES
17:20:35.381 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.381 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.382 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.383 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.383 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.383 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.383 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000A3: releasing valid endpoint
17:20:35.383 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000A3: releasing endpoint
17:20:35.383 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000A3: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.383 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000A3: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.383 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.383 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.383 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000A5: preparing request execution
17:20:35.383 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.383 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.383 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000A5: target auth state: UNCHALLENGED
17:20:35.383 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000A5: proxy auth state: UNCHALLENGED
17:20:35.383 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000A5: acquiring connection with route {}->npipe://localhost:2375
17:20:35.383 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000A5: acquiring endpoint (3 MINUTES)
17:20:35.383 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000A5: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.384 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000A5: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.384 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000A5: acquired ep-000000A4
17:20:35.384 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000A5: acquired endpoint ep-000000A4
17:20:35.384 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000A5: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.384 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000A4: start execution ex-000000A5
17:20:35.384 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000A4: executing exchange ex-000000A5 over http-outgoing-2
17:20:35.384 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.384 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.384 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.384 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.384 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.384 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.384 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.384 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.384 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.384 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.384 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.384 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.384 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.384 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.384 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.389 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.389 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.389 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.389 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.389 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.389 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.389 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.389 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.389 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.389 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.389 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.389 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.389 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.389 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.389 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.389 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.389 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.389 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000A5: connection can be kept alive for 3 MINUTES
17:20:35.394 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.394 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.394 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.395 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.395 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.395 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.395 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000A4: releasing valid endpoint
17:20:35.395 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000A4: releasing endpoint
17:20:35.395 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000A4: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.395 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000A4: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.395 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.395 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.396 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000A6: preparing request execution
17:20:35.396 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.396 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.396 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000A6: target auth state: UNCHALLENGED
17:20:35.396 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000A6: proxy auth state: UNCHALLENGED
17:20:35.396 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000A6: acquiring connection with route {}->npipe://localhost:2375
17:20:35.396 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000A6: acquiring endpoint (3 MINUTES)
17:20:35.396 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000A6: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.396 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000A6: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.396 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000A6: acquired ep-000000A5
17:20:35.396 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000A6: acquired endpoint ep-000000A5
17:20:35.396 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000A6: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.396 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000A5: start execution ex-000000A6
17:20:35.396 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000A5: executing exchange ex-000000A6 over http-outgoing-2
17:20:35.396 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.396 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.396 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.396 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.396 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.396 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.396 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.396 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.396 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.396 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.396 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.396 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.396 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.396 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.396 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.400 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.401 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.401 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.401 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.401 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.401 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.401 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.401 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.401 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.401 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.401 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.401 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.401 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.401 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.401 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.401 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.401 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.401 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000A6: connection can be kept alive for 3 MINUTES
17:20:35.407 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.407 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.407 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.409 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.409 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.409 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.409 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000A5: releasing valid endpoint
17:20:35.409 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000A5: releasing endpoint
17:20:35.409 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000A5: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.409 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000A5: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.409 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.409 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.409 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000A7: preparing request execution
17:20:35.409 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.409 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.409 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000A7: target auth state: UNCHALLENGED
17:20:35.409 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000A7: proxy auth state: UNCHALLENGED
17:20:35.409 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000A7: acquiring connection with route {}->npipe://localhost:2375
17:20:35.409 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000A7: acquiring endpoint (3 MINUTES)
17:20:35.409 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000A7: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.409 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000A7: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.409 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000A7: acquired ep-000000A6
17:20:35.409 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000A7: acquired endpoint ep-000000A6
17:20:35.409 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000A7: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.409 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000A6: start execution ex-000000A7
17:20:35.409 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000A6: executing exchange ex-000000A7 over http-outgoing-2
17:20:35.410 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.410 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.410 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.410 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.410 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.410 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.410 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.410 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.410 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.410 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.410 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.410 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.410 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.410 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.410 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.418 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.418 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.418 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.418 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.418 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.418 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.418 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.418 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.418 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.418 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.418 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.418 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.418 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.418 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.418 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.418 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.418 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.418 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000A7: connection can be kept alive for 3 MINUTES
17:20:35.426 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.426 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.426 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.427 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.427 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.427 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.427 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000A6: releasing valid endpoint
17:20:35.427 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000A6: releasing endpoint
17:20:35.427 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000A6: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.427 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000A6: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.427 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.428 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.429 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000A8: preparing request execution
17:20:35.429 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.430 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.430 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000A8: target auth state: UNCHALLENGED
17:20:35.430 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000A8: proxy auth state: UNCHALLENGED
17:20:35.430 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000A8: acquiring connection with route {}->npipe://localhost:2375
17:20:35.430 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000A8: acquiring endpoint (3 MINUTES)
17:20:35.430 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000A8: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.430 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000A8: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.430 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000A8: acquired ep-000000A7
17:20:35.430 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000A8: acquired endpoint ep-000000A7
17:20:35.430 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000A8: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.430 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000A7: start execution ex-000000A8
17:20:35.430 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000A7: executing exchange ex-000000A8 over http-outgoing-2
17:20:35.431 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.431 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.431 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.431 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.431 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.431 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.431 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.431 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.431 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.431 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.431 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.431 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.431 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.431 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.431 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.444 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.444 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.444 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.444 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.444 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.444 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.444 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.444 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.444 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.444 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.444 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.444 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.444 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.444 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.444 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.444 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.444 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.444 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000A8: connection can be kept alive for 3 MINUTES
17:20:35.450 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.450 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.452 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.453 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.453 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.453 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.453 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000A7: releasing valid endpoint
17:20:35.453 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000A7: releasing endpoint
17:20:35.453 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000A7: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.453 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000A7: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.453 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.454 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.454 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000A9: preparing request execution
17:20:35.454 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.454 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.454 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000A9: target auth state: UNCHALLENGED
17:20:35.454 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000A9: proxy auth state: UNCHALLENGED
17:20:35.454 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000A9: acquiring connection with route {}->npipe://localhost:2375
17:20:35.454 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000A9: acquiring endpoint (3 MINUTES)
17:20:35.454 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000A9: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.454 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000A9: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.455 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000A9: acquired ep-000000A8
17:20:35.455 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000A9: acquired endpoint ep-000000A8
17:20:35.455 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000A9: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.455 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000A8: start execution ex-000000A9
17:20:35.455 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000A8: executing exchange ex-000000A9 over http-outgoing-2
17:20:35.455 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.455 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.455 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.455 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.455 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.455 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.455 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.455 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.455 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.455 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.455 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.455 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.455 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.455 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.455 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.467 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.467 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.467 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.467 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.467 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.467 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.467 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.467 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.467 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.467 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.467 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.467 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.467 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.467 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.467 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.467 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.467 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.467 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000A9: connection can be kept alive for 3 MINUTES
17:20:35.476 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.476 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.476 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.478 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.478 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.478 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.478 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000A8: releasing valid endpoint
17:20:35.478 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000A8: releasing endpoint
17:20:35.478 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000A8: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.478 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000A8: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.478 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.478 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.478 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000AA: preparing request execution
17:20:35.478 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.479 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.479 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000AA: target auth state: UNCHALLENGED
17:20:35.479 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000AA: proxy auth state: UNCHALLENGED
17:20:35.479 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000AA: acquiring connection with route {}->npipe://localhost:2375
17:20:35.479 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000AA: acquiring endpoint (3 MINUTES)
17:20:35.479 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000AA: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.479 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000AA: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.479 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000AA: acquired ep-000000A9
17:20:35.479 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000AA: acquired endpoint ep-000000A9
17:20:35.479 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000AA: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.479 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000A9: start execution ex-000000AA
17:20:35.479 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000A9: executing exchange ex-000000AA over http-outgoing-2
17:20:35.479 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.479 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.479 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.479 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.479 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.479 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.479 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.479 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.479 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.479 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.479 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.479 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.479 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.479 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.479 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.490 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.490 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.490 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.490 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.490 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.490 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.490 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.490 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.490 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.490 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.490 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.490 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.490 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.490 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.490 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.490 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.490 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.490 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000AA: connection can be kept alive for 3 MINUTES
17:20:35.497 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.497 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.498 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.498 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.498 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.498 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.498 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000A9: releasing valid endpoint
17:20:35.498 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000A9: releasing endpoint
17:20:35.498 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000A9: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.498 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000A9: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.498 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.499 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.499 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000AB: preparing request execution
17:20:35.499 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.499 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.499 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000AB: target auth state: UNCHALLENGED
17:20:35.499 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000AB: proxy auth state: UNCHALLENGED
17:20:35.499 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000AB: acquiring connection with route {}->npipe://localhost:2375
17:20:35.499 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000AB: acquiring endpoint (3 MINUTES)
17:20:35.499 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000AB: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.499 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000AB: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.499 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000AB: acquired ep-000000AA
17:20:35.499 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000AB: acquired endpoint ep-000000AA
17:20:35.499 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000AB: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.499 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000AA: start execution ex-000000AB
17:20:35.499 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000AA: executing exchange ex-000000AB over http-outgoing-2
17:20:35.499 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.499 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.499 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.499 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.499 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.499 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.499 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.499 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.499 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.499 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.499 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.499 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.499 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.499 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.499 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.510 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.510 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.510 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.510 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.510 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.510 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.510 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.510 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.510 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.510 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.511 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.511 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.511 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.511 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.511 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.511 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.511 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.511 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000AB: connection can be kept alive for 3 MINUTES
17:20:35.520 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.520 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.521 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.522 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.522 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.522 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.522 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000AA: releasing valid endpoint
17:20:35.522 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000AA: releasing endpoint
17:20:35.522 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000AA: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.522 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000AA: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.522 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.522 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.522 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000AC: preparing request execution
17:20:35.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000AC: target auth state: UNCHALLENGED
17:20:35.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000AC: proxy auth state: UNCHALLENGED
17:20:35.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000AC: acquiring connection with route {}->npipe://localhost:2375
17:20:35.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000AC: acquiring endpoint (3 MINUTES)
17:20:35.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000AC: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000AC: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000AC: acquired ep-000000AB
17:20:35.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000AC: acquired endpoint ep-000000AB
17:20:35.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000AC: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000AB: start execution ex-000000AC
17:20:35.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000AB: executing exchange ex-000000AC over http-outgoing-2
17:20:35.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.523 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.534 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.534 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.534 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.534 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.534 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.534 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.534 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.534 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.534 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.535 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.535 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.535 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.535 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.535 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.535 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.535 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.535 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.535 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000AC: connection can be kept alive for 3 MINUTES
17:20:35.541 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.541 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.542 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.543 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.543 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.543 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.543 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000AB: releasing valid endpoint
17:20:35.543 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000AB: releasing endpoint
17:20:35.543 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000AB: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.543 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000AB: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.543 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.543 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.543 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000AD: preparing request execution
17:20:35.544 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.544 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.544 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000AD: target auth state: UNCHALLENGED
17:20:35.544 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000AD: proxy auth state: UNCHALLENGED
17:20:35.544 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000AD: acquiring connection with route {}->npipe://localhost:2375
17:20:35.544 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000AD: acquiring endpoint (3 MINUTES)
17:20:35.544 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000AD: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.544 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000AD: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.544 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000AD: acquired ep-000000AC
17:20:35.544 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000AD: acquired endpoint ep-000000AC
17:20:35.544 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000AD: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.544 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000AC: start execution ex-000000AD
17:20:35.544 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000AC: executing exchange ex-000000AD over http-outgoing-2
17:20:35.544 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.544 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.544 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.544 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.544 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.544 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.544 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.544 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.544 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.544 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.544 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.544 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.544 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.544 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.544 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.557 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.557 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.557 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.557 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.557 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.557 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.557 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.557 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.557 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.558 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.558 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.558 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.558 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.558 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.558 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.558 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.558 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.558 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000AD: connection can be kept alive for 3 MINUTES
17:20:35.565 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.566 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.566 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.567 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.567 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.567 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.567 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000AC: releasing valid endpoint
17:20:35.567 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000AC: releasing endpoint
17:20:35.567 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000AC: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.567 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000AC: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.567 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.568 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.568 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000AE: preparing request execution
17:20:35.568 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.568 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.568 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000AE: target auth state: UNCHALLENGED
17:20:35.568 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000AE: proxy auth state: UNCHALLENGED
17:20:35.568 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000AE: acquiring connection with route {}->npipe://localhost:2375
17:20:35.568 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000AE: acquiring endpoint (3 MINUTES)
17:20:35.568 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000AE: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.568 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000AE: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000AE: acquired ep-000000AD
17:20:35.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000AE: acquired endpoint ep-000000AD
17:20:35.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000AE: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000AD: start execution ex-000000AE
17:20:35.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000AD: executing exchange ex-000000AE over http-outgoing-2
17:20:35.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.569 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.582 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.583 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000AE: connection can be kept alive for 3 MINUTES
17:20:35.595 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.595 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.595 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.596 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.596 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.596 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.596 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000AD: releasing valid endpoint
17:20:35.596 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000AD: releasing endpoint
17:20:35.596 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000AD: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.596 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000AD: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.596 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.597 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000AF: preparing request execution
17:20:35.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000AF: target auth state: UNCHALLENGED
17:20:35.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000AF: proxy auth state: UNCHALLENGED
17:20:35.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000AF: acquiring connection with route {}->npipe://localhost:2375
17:20:35.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000AF: acquiring endpoint (3 MINUTES)
17:20:35.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000AF: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000AF: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000AF: acquired ep-000000AE
17:20:35.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000AF: acquired endpoint ep-000000AE
17:20:35.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000AF: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000AE: start execution ex-000000AF
17:20:35.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000AE: executing exchange ex-000000AF over http-outgoing-2
17:20:35.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.597 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.607 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.607 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.607 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.607 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.607 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.607 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.607 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.607 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.607 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.607 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.607 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.607 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.607 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.607 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.607 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.607 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.607 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.607 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000AF: connection can be kept alive for 3 MINUTES
17:20:35.616 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.616 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.617 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000AE: releasing valid endpoint
17:20:35.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000AE: releasing endpoint
17:20:35.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000AE: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000AE: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.618 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.618 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000B0: preparing request execution
17:20:35.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000B0: target auth state: UNCHALLENGED
17:20:35.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000B0: proxy auth state: UNCHALLENGED
17:20:35.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000B0: acquiring connection with route {}->npipe://localhost:2375
17:20:35.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000B0: acquiring endpoint (3 MINUTES)
17:20:35.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000B0: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000B0: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.619 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000B0: acquired ep-000000AF
17:20:35.619 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000B0: acquired endpoint ep-000000AF
17:20:35.619 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000B0: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.619 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000AF: start execution ex-000000B0
17:20:35.619 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000AF: executing exchange ex-000000B0 over http-outgoing-2
17:20:35.619 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.619 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.619 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.619 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.619 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.619 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.619 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.619 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.619 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.619 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.619 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.619 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.619 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.619 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.619 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.628 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.628 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.628 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.628 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.628 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.628 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.628 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.628 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.628 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.628 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.628 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.628 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.628 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.628 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.628 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.628 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.628 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.628 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000B0: connection can be kept alive for 3 MINUTES
17:20:35.637 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.637 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.637 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.638 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.638 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.638 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.638 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000AF: releasing valid endpoint
17:20:35.638 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000AF: releasing endpoint
17:20:35.638 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000AF: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.638 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000AF: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.638 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.639 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.639 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000B1: preparing request execution
17:20:35.639 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.639 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.639 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000B1: target auth state: UNCHALLENGED
17:20:35.639 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000B1: proxy auth state: UNCHALLENGED
17:20:35.639 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000B1: acquiring connection with route {}->npipe://localhost:2375
17:20:35.639 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000B1: acquiring endpoint (3 MINUTES)
17:20:35.639 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000B1: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.639 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000B1: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.639 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000B1: acquired ep-000000B0
17:20:35.639 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000B1: acquired endpoint ep-000000B0
17:20:35.639 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000B1: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.639 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000B0: start execution ex-000000B1
17:20:35.639 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000B0: executing exchange ex-000000B1 over http-outgoing-2
17:20:35.639 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.640 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.640 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.640 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.640 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.640 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.640 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.640 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.640 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.640 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.640 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.640 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.640 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.640 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.640 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.648 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.648 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.648 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.648 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.648 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.648 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.648 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.648 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.648 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.648 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.648 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.648 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.648 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.648 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.648 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.648 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.648 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.648 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000B1: connection can be kept alive for 3 MINUTES
17:20:35.657 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.657 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.658 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.658 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.658 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.658 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.658 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000B0: releasing valid endpoint
17:20:35.658 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000B0: releasing endpoint
17:20:35.658 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000B0: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.659 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000B0: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.659 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.659 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.660 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000B2: preparing request execution
17:20:35.660 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.660 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.660 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000B2: target auth state: UNCHALLENGED
17:20:35.660 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000B2: proxy auth state: UNCHALLENGED
17:20:35.660 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000B2: acquiring connection with route {}->npipe://localhost:2375
17:20:35.660 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000B2: acquiring endpoint (3 MINUTES)
17:20:35.660 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000B2: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.660 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000B2: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.660 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000B2: acquired ep-000000B1
17:20:35.660 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000B2: acquired endpoint ep-000000B1
17:20:35.660 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000B2: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.660 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000B1: start execution ex-000000B2
17:20:35.660 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000B1: executing exchange ex-000000B2 over http-outgoing-2
17:20:35.660 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.660 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.660 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.660 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.660 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.660 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.660 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.660 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.660 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.660 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.660 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.660 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.660 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.660 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.660 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.673 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.674 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.674 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.674 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.674 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.674 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.674 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.674 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.674 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.674 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.674 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.674 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.674 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.674 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.674 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.674 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.674 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.674 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000B2: connection can be kept alive for 3 MINUTES
17:20:35.680 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.681 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.681 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.682 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.682 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.682 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.682 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000B1: releasing valid endpoint
17:20:35.682 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000B1: releasing endpoint
17:20:35.682 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000B1: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.682 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000B1: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.682 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.682 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.682 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000B3: preparing request execution
17:20:35.682 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.682 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.682 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000B3: target auth state: UNCHALLENGED
17:20:35.682 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000B3: proxy auth state: UNCHALLENGED
17:20:35.682 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000B3: acquiring connection with route {}->npipe://localhost:2375
17:20:35.682 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000B3: acquiring endpoint (3 MINUTES)
17:20:35.682 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000B3: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.682 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000B3: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.683 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000B3: acquired ep-000000B2
17:20:35.683 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000B3: acquired endpoint ep-000000B2
17:20:35.683 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000B3: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.683 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000B2: start execution ex-000000B3
17:20:35.683 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000B2: executing exchange ex-000000B3 over http-outgoing-2
17:20:35.683 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.683 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.683 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.683 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.683 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.683 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.683 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.683 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.683 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.683 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.683 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.683 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.683 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.683 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.683 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.699 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.699 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.699 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.699 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.699 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.699 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.699 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.699 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.699 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.699 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.699 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.699 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.699 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.699 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.699 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.699 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.699 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.699 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000B3: connection can be kept alive for 3 MINUTES
17:20:35.704 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.704 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.704 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.706 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.706 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.706 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.706 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000B2: releasing valid endpoint
17:20:35.706 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000B2: releasing endpoint
17:20:35.706 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000B2: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.706 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000B2: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.706 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.706 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.706 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000B4: preparing request execution
17:20:35.707 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.707 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.707 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000B4: target auth state: UNCHALLENGED
17:20:35.707 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000B4: proxy auth state: UNCHALLENGED
17:20:35.707 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000B4: acquiring connection with route {}->npipe://localhost:2375
17:20:35.707 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000B4: acquiring endpoint (3 MINUTES)
17:20:35.707 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000B4: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.707 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000B4: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.707 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000B4: acquired ep-000000B3
17:20:35.707 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000B4: acquired endpoint ep-000000B3
17:20:35.707 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000B4: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.707 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000B3: start execution ex-000000B4
17:20:35.707 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000B3: executing exchange ex-000000B4 over http-outgoing-2
17:20:35.707 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.707 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.707 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.707 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.707 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.707 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.707 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.707 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.707 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.707 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.707 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.707 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.707 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.707 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.707 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.714 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.714 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.714 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.714 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.714 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.714 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.714 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.714 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.714 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.715 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.715 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.715 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.715 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.715 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.715 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.715 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.715 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.715 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000B4: connection can be kept alive for 3 MINUTES
17:20:35.720 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.720 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.721 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.721 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.721 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.721 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.722 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000B3: releasing valid endpoint
17:20:35.722 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000B3: releasing endpoint
17:20:35.722 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000B3: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.722 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000B3: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.722 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.722 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.722 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000B5: preparing request execution
17:20:35.722 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.722 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.722 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000B5: target auth state: UNCHALLENGED
17:20:35.722 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000B5: proxy auth state: UNCHALLENGED
17:20:35.722 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000B5: acquiring connection with route {}->npipe://localhost:2375
17:20:35.722 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000B5: acquiring endpoint (3 MINUTES)
17:20:35.722 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000B5: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.722 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000B5: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.722 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000B5: acquired ep-000000B4
17:20:35.723 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000B5: acquired endpoint ep-000000B4
17:20:35.723 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000B5: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.723 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000B4: start execution ex-000000B5
17:20:35.723 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000B4: executing exchange ex-000000B5 over http-outgoing-2
17:20:35.723 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.723 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.723 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.723 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.723 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.723 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.723 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.723 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.723 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.723 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.723 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.723 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.723 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.723 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.723 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.739 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.739 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.739 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.739 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.739 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.739 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.739 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.739 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.739 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.739 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.739 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.739 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.739 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.739 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.739 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.739 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.739 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.739 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000B5: connection can be kept alive for 3 MINUTES
17:20:35.749 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.749 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.749 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.750 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.750 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.750 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.750 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000B4: releasing valid endpoint
17:20:35.750 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000B4: releasing endpoint
17:20:35.750 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000B4: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.750 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000B4: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.750 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.750 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.750 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000B6: preparing request execution
17:20:35.751 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.751 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.751 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000B6: target auth state: UNCHALLENGED
17:20:35.751 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000B6: proxy auth state: UNCHALLENGED
17:20:35.751 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000B6: acquiring connection with route {}->npipe://localhost:2375
17:20:35.751 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000B6: acquiring endpoint (3 MINUTES)
17:20:35.751 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000B6: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.751 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000B6: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.751 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000B6: acquired ep-000000B5
17:20:35.751 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000B6: acquired endpoint ep-000000B5
17:20:35.751 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000B6: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.751 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000B5: start execution ex-000000B6
17:20:35.751 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000B5: executing exchange ex-000000B6 over http-outgoing-2
17:20:35.751 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.751 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.751 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.751 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.751 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.751 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.751 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.751 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.751 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.751 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.752 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.752 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.752 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.752 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.752 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.762 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.762 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.762 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.762 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.762 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.762 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.762 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.762 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.762 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.763 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.763 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.763 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.763 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.763 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.763 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.763 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.763 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.763 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000B6: connection can be kept alive for 3 MINUTES
17:20:35.769 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.769 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.769 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.770 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.770 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.770 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.770 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000B5: releasing valid endpoint
17:20:35.770 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000B5: releasing endpoint
17:20:35.770 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000B5: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.770 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000B5: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.770 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.770 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.771 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000B7: preparing request execution
17:20:35.771 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.771 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.771 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000B7: target auth state: UNCHALLENGED
17:20:35.771 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000B7: proxy auth state: UNCHALLENGED
17:20:35.771 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000B7: acquiring connection with route {}->npipe://localhost:2375
17:20:35.771 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000B7: acquiring endpoint (3 MINUTES)
17:20:35.771 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000B7: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.771 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000B7: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.771 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000B7: acquired ep-000000B6
17:20:35.771 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000B7: acquired endpoint ep-000000B6
17:20:35.771 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000B7: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.771 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000B6: start execution ex-000000B7
17:20:35.771 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000B6: executing exchange ex-000000B7 over http-outgoing-2
17:20:35.772 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.772 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.772 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.772 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.772 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.772 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.772 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.772 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.772 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.772 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.772 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.772 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.772 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.772 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.772 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.779 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.779 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.779 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.779 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.779 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.779 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.779 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.779 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.779 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.780 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.780 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.780 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.780 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.780 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.780 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.780 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.780 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.780 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000B7: connection can be kept alive for 3 MINUTES
17:20:35.784 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.784 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.784 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.786 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.786 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.786 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.786 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000B6: releasing valid endpoint
17:20:35.786 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000B6: releasing endpoint
17:20:35.786 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000B6: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.786 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000B6: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.786 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.786 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.786 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000B8: preparing request execution
17:20:35.786 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.787 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.787 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000B8: target auth state: UNCHALLENGED
17:20:35.787 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000B8: proxy auth state: UNCHALLENGED
17:20:35.787 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000B8: acquiring connection with route {}->npipe://localhost:2375
17:20:35.787 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000B8: acquiring endpoint (3 MINUTES)
17:20:35.787 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000B8: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.787 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000B8: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.787 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000B8: acquired ep-000000B7
17:20:35.787 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000B8: acquired endpoint ep-000000B7
17:20:35.787 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000B8: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.787 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000B7: start execution ex-000000B8
17:20:35.787 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000B7: executing exchange ex-000000B8 over http-outgoing-2
17:20:35.787 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.787 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.787 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.787 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.787 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.787 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.787 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.787 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.787 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.787 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.787 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.787 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.787 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.787 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.787 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.801 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.801 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.801 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.801 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.801 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.801 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.801 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.801 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.801 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.801 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.801 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.801 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.801 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.801 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.801 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.801 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.801 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.802 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000B8: connection can be kept alive for 3 MINUTES
17:20:35.811 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.811 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.812 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.812 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.813 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.813 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.813 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000B7: releasing valid endpoint
17:20:35.813 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000B7: releasing endpoint
17:20:35.813 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000B7: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.813 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000B7: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.813 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.813 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.813 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000B9: preparing request execution
17:20:35.813 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.813 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.813 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000B9: target auth state: UNCHALLENGED
17:20:35.813 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000B9: proxy auth state: UNCHALLENGED
17:20:35.813 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000B9: acquiring connection with route {}->npipe://localhost:2375
17:20:35.813 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000B9: acquiring endpoint (3 MINUTES)
17:20:35.813 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000B9: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.813 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000B9: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.814 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000B9: acquired ep-000000B8
17:20:35.814 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000B9: acquired endpoint ep-000000B8
17:20:35.814 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000B9: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.814 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000B8: start execution ex-000000B9
17:20:35.814 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000B8: executing exchange ex-000000B9 over http-outgoing-2
17:20:35.814 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.814 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.814 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.814 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.814 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.814 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.814 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.814 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.814 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.814 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.814 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.814 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.814 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.814 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.814 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.824 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.824 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.824 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.824 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.824 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.824 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.824 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.824 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.824 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.825 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.825 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.825 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.825 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.825 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.825 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.825 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.825 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.825 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000B9: connection can be kept alive for 3 MINUTES
17:20:35.831 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.831 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.831 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.832 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.832 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.832 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.832 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000B8: releasing valid endpoint
17:20:35.832 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000B8: releasing endpoint
17:20:35.832 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000B8: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.832 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000B8: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.832 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.833 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000BA: preparing request execution
17:20:35.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000BA: target auth state: UNCHALLENGED
17:20:35.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000BA: proxy auth state: UNCHALLENGED
17:20:35.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000BA: acquiring connection with route {}->npipe://localhost:2375
17:20:35.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000BA: acquiring endpoint (3 MINUTES)
17:20:35.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000BA: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000BA: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000BA: acquired ep-000000B9
17:20:35.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000BA: acquired endpoint ep-000000B9
17:20:35.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000BA: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000B9: start execution ex-000000BA
17:20:35.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000B9: executing exchange ex-000000BA over http-outgoing-2
17:20:35.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.833 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.847 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.847 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.848 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.848 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.848 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.848 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.848 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.848 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.848 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.848 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.848 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.848 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.848 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.848 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.848 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.848 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.848 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.848 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000BA: connection can be kept alive for 3 MINUTES
17:20:35.853 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.853 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.854 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.855 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.855 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.855 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.855 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000B9: releasing valid endpoint
17:20:35.855 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000B9: releasing endpoint
17:20:35.855 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000B9: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.855 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000B9: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.855 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.855 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.856 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000BB: preparing request execution
17:20:35.856 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.856 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.856 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000BB: target auth state: UNCHALLENGED
17:20:35.856 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000BB: proxy auth state: UNCHALLENGED
17:20:35.856 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000BB: acquiring connection with route {}->npipe://localhost:2375
17:20:35.856 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000BB: acquiring endpoint (3 MINUTES)
17:20:35.856 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000BB: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.856 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000BB: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.856 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000BB: acquired ep-000000BA
17:20:35.856 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000BB: acquired endpoint ep-000000BA
17:20:35.856 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000BB: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.857 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000BA: start execution ex-000000BB
17:20:35.857 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000BA: executing exchange ex-000000BB over http-outgoing-2
17:20:35.857 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.857 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.857 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.857 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.857 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.857 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.857 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.857 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.857 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.857 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.857 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.857 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.857 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.857 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.857 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.867 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.867 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.867 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.867 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.867 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.867 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.867 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.867 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.867 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.867 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.867 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.867 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.867 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.867 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.867 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.867 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.867 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.867 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000BB: connection can be kept alive for 3 MINUTES
17:20:35.872 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.872 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.872 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.873 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.873 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.873 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.873 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000BA: releasing valid endpoint
17:20:35.873 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000BA: releasing endpoint
17:20:35.873 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000BA: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.873 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000BA: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.873 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.873 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.873 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000BC: preparing request execution
17:20:35.873 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000BC: target auth state: UNCHALLENGED
17:20:35.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000BC: proxy auth state: UNCHALLENGED
17:20:35.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000BC: acquiring connection with route {}->npipe://localhost:2375
17:20:35.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000BC: acquiring endpoint (3 MINUTES)
17:20:35.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000BC: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000BC: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000BC: acquired ep-000000BB
17:20:35.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000BC: acquired endpoint ep-000000BB
17:20:35.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000BC: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000BB: start execution ex-000000BC
17:20:35.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000BB: executing exchange ex-000000BC over http-outgoing-2
17:20:35.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.874 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.882 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000BC: connection can be kept alive for 3 MINUTES
17:20:35.894 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.894 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.895 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.895 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.896 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.896 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.896 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000BB: releasing valid endpoint
17:20:35.896 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000BB: releasing endpoint
17:20:35.896 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000BB: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.896 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000BB: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.896 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.897 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.897 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000BD: preparing request execution
17:20:35.897 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.897 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.897 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000BD: target auth state: UNCHALLENGED
17:20:35.897 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000BD: proxy auth state: UNCHALLENGED
17:20:35.897 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000BD: acquiring connection with route {}->npipe://localhost:2375
17:20:35.897 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000BD: acquiring endpoint (3 MINUTES)
17:20:35.897 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000BD: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.897 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000BD: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.897 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000BD: acquired ep-000000BC
17:20:35.897 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000BD: acquired endpoint ep-000000BC
17:20:35.897 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000BD: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.897 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000BC: start execution ex-000000BD
17:20:35.897 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000BC: executing exchange ex-000000BD over http-outgoing-2
17:20:35.897 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.897 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.897 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.897 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.897 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.897 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.897 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.897 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.897 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.897 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.897 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.897 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.897 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.897 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.897 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.904 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.904 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.904 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.904 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.904 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.904 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.904 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.904 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.904 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.904 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.904 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.904 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.904 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.904 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.904 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.904 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.904 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.904 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000BD: connection can be kept alive for 3 MINUTES
17:20:35.909 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.909 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.910 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.910 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.910 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.910 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.910 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000BC: releasing valid endpoint
17:20:35.910 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000BC: releasing endpoint
17:20:35.910 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000BC: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.910 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000BC: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.910 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.911 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.911 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000BE: preparing request execution
17:20:35.911 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.911 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.911 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000BE: target auth state: UNCHALLENGED
17:20:35.911 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000BE: proxy auth state: UNCHALLENGED
17:20:35.911 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000BE: acquiring connection with route {}->npipe://localhost:2375
17:20:35.911 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000BE: acquiring endpoint (3 MINUTES)
17:20:35.911 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000BE: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.911 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000BE: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.912 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000BE: acquired ep-000000BD
17:20:35.912 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000BE: acquired endpoint ep-000000BD
17:20:35.912 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000BE: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.912 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000BD: start execution ex-000000BE
17:20:35.912 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000BD: executing exchange ex-000000BE over http-outgoing-2
17:20:35.913 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.913 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.913 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.913 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.913 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.913 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.913 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.913 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.913 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.913 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.913 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.913 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.913 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.913 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.913 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.923 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.923 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.923 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.923 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.923 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.923 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.923 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.923 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.923 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.923 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.923 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.923 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.923 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.923 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.923 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.923 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.923 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.923 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000BE: connection can be kept alive for 3 MINUTES
17:20:35.932 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.932 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.932 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.933 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.933 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.933 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.933 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000BD: releasing valid endpoint
17:20:35.933 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000BD: releasing endpoint
17:20:35.934 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000BD: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.934 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000BD: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.934 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.934 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.934 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000BF: preparing request execution
17:20:35.934 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.934 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.934 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000BF: target auth state: UNCHALLENGED
17:20:35.934 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000BF: proxy auth state: UNCHALLENGED
17:20:35.934 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000BF: acquiring connection with route {}->npipe://localhost:2375
17:20:35.934 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000BF: acquiring endpoint (3 MINUTES)
17:20:35.934 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000BF: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.935 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000BF: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.935 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000BF: acquired ep-000000BE
17:20:35.935 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000BF: acquired endpoint ep-000000BE
17:20:35.935 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000BF: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.935 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000BE: start execution ex-000000BF
17:20:35.935 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000BE: executing exchange ex-000000BF over http-outgoing-2
17:20:35.935 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.935 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.935 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.935 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.935 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.935 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.935 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.935 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.935 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.935 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.935 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.935 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.935 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.935 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.935 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.950 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.950 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.950 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.950 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.950 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.950 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.950 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.950 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.950 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.951 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.951 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.951 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.951 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.951 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.951 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.951 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.951 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.951 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000BF: connection can be kept alive for 3 MINUTES
17:20:35.956 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.956 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.957 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.958 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.958 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.958 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.958 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000BE: releasing valid endpoint
17:20:35.958 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000BE: releasing endpoint
17:20:35.958 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000BE: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.958 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000BE: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.958 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.958 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.958 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000C0: preparing request execution
17:20:35.958 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.959 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.959 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000C0: target auth state: UNCHALLENGED
17:20:35.959 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000C0: proxy auth state: UNCHALLENGED
17:20:35.959 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000C0: acquiring connection with route {}->npipe://localhost:2375
17:20:35.959 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000C0: acquiring endpoint (3 MINUTES)
17:20:35.959 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000C0: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.959 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000C0: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.960 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000C0: acquired ep-000000BF
17:20:35.960 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000C0: acquired endpoint ep-000000BF
17:20:35.960 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000C0: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.960 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000BF: start execution ex-000000C0
17:20:35.960 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000BF: executing exchange ex-000000C0 over http-outgoing-2
17:20:35.960 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.960 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.960 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.960 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.960 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.960 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.960 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.960 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.960 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.960 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.960 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.960 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.960 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.960 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.960 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:35.974 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:35.974 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:35.974 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:35.974 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:35 GMT[\r][\n]"
17:20:35.974 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:35.974 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:35.974 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:35.974 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:35.974 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.975 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:35.975 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:35.975 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:35.975 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:35 GMT
17:20:35.975 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:35.975 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:35.975 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:35.975 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:35.975 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000C0: connection can be kept alive for 3 MINUTES
17:20:35.993 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:35.994 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:35.994 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:35.995 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.995 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:35.995 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:35.995 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000BF: releasing valid endpoint
17:20:35.995 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000BF: releasing endpoint
17:20:35.995 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000BF: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:35.995 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000BF: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.995 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:35.995 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:35.996 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000C1: preparing request execution
17:20:35.996 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:35.996 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:35.996 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000C1: target auth state: UNCHALLENGED
17:20:35.996 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000C1: proxy auth state: UNCHALLENGED
17:20:35.997 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000C1: acquiring connection with route {}->npipe://localhost:2375
17:20:35.997 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000C1: acquiring endpoint (3 MINUTES)
17:20:35.997 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000C1: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.997 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000C1: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:35.997 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000C1: acquired ep-000000C0
17:20:35.997 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000C1: acquired endpoint ep-000000C0
17:20:35.997 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000C1: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.997 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000C0: start execution ex-000000C1
17:20:35.997 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000C0: executing exchange ex-000000C1 over http-outgoing-2
17:20:35.997 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:35.997 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:35.997 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:35.997 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:35.997 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:35.997 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:35.997 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:35.997 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:35.997 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:35.997 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:35.997 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:35.997 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:35.997 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:35.997 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:35.997 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:36.017 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:36.017 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:36.017 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:36.017 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:36 GMT[\r][\n]"
17:20:36.017 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:36.017 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:36.017 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:36.017 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:36.017 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.017 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:36.017 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:36.017 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:36.017 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:36 GMT
17:20:36.017 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:36.017 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:36.017 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:36.017 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:36.017 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000C1: connection can be kept alive for 3 MINUTES
17:20:36.023 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:36.023 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:36.024 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:36.025 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.025 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:36.025 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.025 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000C0: releasing valid endpoint
17:20:36.025 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000C0: releasing endpoint
17:20:36.025 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000C0: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:36.025 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000C0: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.025 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:36.025 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:36.025 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000C2: preparing request execution
17:20:36.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:36.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:36.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000C2: target auth state: UNCHALLENGED
17:20:36.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000C2: proxy auth state: UNCHALLENGED
17:20:36.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000C2: acquiring connection with route {}->npipe://localhost:2375
17:20:36.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000C2: acquiring endpoint (3 MINUTES)
17:20:36.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000C2: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000C2: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000C2: acquired ep-000000C1
17:20:36.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000C2: acquired endpoint ep-000000C1
17:20:36.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000C2: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:36.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000C1: start execution ex-000000C2
17:20:36.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000C1: executing exchange ex-000000C2 over http-outgoing-2
17:20:36.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:36.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:36.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:36.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:36.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:36.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:36.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:36.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:36.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:36.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:36.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:36.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:36.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:36.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:36.026 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:36.039 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:36.039 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:36.039 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:36.039 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:36 GMT[\r][\n]"
17:20:36.039 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:36.039 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:36.039 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:36.039 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:36.039 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.039 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:36.039 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:36.039 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:36.039 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:36 GMT
17:20:36.039 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:36.039 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:36.039 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:36.039 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:36.039 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000C2: connection can be kept alive for 3 MINUTES
17:20:36.054 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:36.054 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:36.055 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:36.056 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.056 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:36.056 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.056 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000C1: releasing valid endpoint
17:20:36.056 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000C1: releasing endpoint
17:20:36.056 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000C1: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:36.056 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000C1: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.056 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:36.057 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:36.057 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000C3: preparing request execution
17:20:36.057 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:36.057 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:36.057 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000C3: target auth state: UNCHALLENGED
17:20:36.057 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000C3: proxy auth state: UNCHALLENGED
17:20:36.057 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000C3: acquiring connection with route {}->npipe://localhost:2375
17:20:36.057 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000C3: acquiring endpoint (3 MINUTES)
17:20:36.057 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000C3: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.057 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000C3: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.057 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000C3: acquired ep-000000C2
17:20:36.057 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000C3: acquired endpoint ep-000000C2
17:20:36.057 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000C3: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:36.057 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000C2: start execution ex-000000C3
17:20:36.057 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000C2: executing exchange ex-000000C3 over http-outgoing-2
17:20:36.057 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:36.057 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:36.057 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:36.057 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:36.057 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:36.057 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:36.057 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:36.057 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:36.057 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:36.057 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:36.057 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:36.057 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:36.057 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:36.057 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:36.057 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:36.068 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:36.068 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:36.068 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:36.068 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:36 GMT[\r][\n]"
17:20:36.068 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:36.068 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:36.068 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:36.068 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:36.068 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.068 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:36.068 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:36.068 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:36.068 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:36 GMT
17:20:36.068 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:36.068 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:36.068 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:36.068 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:36.068 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000C3: connection can be kept alive for 3 MINUTES
17:20:36.074 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:36.075 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:36.075 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:36.076 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.076 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:36.076 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.076 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000C2: releasing valid endpoint
17:20:36.076 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000C2: releasing endpoint
17:20:36.076 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000C2: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:36.076 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000C2: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.076 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:36.076 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:36.077 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000C4: preparing request execution
17:20:36.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:36.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:36.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000C4: target auth state: UNCHALLENGED
17:20:36.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000C4: proxy auth state: UNCHALLENGED
17:20:36.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000C4: acquiring connection with route {}->npipe://localhost:2375
17:20:36.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000C4: acquiring endpoint (3 MINUTES)
17:20:36.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000C4: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000C4: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000C4: acquired ep-000000C3
17:20:36.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000C4: acquired endpoint ep-000000C3
17:20:36.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000C4: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:36.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000C3: start execution ex-000000C4
17:20:36.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000C3: executing exchange ex-000000C4 over http-outgoing-2
17:20:36.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:36.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:36.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:36.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:36.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:36.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:36.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:36.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:36.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:36.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:36.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:36.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:36.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:36.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:36.078 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:36.092 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:36.092 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:36.092 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:36.092 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:36 GMT[\r][\n]"
17:20:36.092 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:36.092 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:36.092 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:36.092 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:36.092 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.092 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:36.092 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:36.092 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:36.092 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:36 GMT
17:20:36.092 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:36.092 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:36.092 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:36.092 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:36.092 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000C4: connection can be kept alive for 3 MINUTES
17:20:36.103 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:36.103 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:36.103 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:36.104 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.104 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:36.104 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.104 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000C3: releasing valid endpoint
17:20:36.104 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000C3: releasing endpoint
17:20:36.104 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000C3: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:36.104 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000C3: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.104 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:36.105 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:36.106 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000C5: preparing request execution
17:20:36.106 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:36.106 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:36.106 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000C5: target auth state: UNCHALLENGED
17:20:36.106 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000C5: proxy auth state: UNCHALLENGED
17:20:36.106 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000C5: acquiring connection with route {}->npipe://localhost:2375
17:20:36.106 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000C5: acquiring endpoint (3 MINUTES)
17:20:36.106 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000C5: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.106 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000C5: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.106 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000C5: acquired ep-000000C4
17:20:36.106 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000C5: acquired endpoint ep-000000C4
17:20:36.106 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000C5: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:36.106 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000C4: start execution ex-000000C5
17:20:36.106 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000C4: executing exchange ex-000000C5 over http-outgoing-2
17:20:36.106 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:36.106 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:36.106 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:36.106 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:36.106 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:36.106 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:36.106 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:36.106 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:36.106 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:36.106 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:36.106 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:36.106 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:36.106 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:36.106 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:36.106 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:36.118 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:36.118 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:36.118 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:36.118 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:36 GMT[\r][\n]"
17:20:36.118 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:36.118 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:36.118 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:36.118 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:36.118 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.118 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:36.118 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:36.118 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:36.118 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:36 GMT
17:20:36.118 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:36.118 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:36.118 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:36.118 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:36.118 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000C5: connection can be kept alive for 3 MINUTES
17:20:36.127 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:36.127 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:36.128 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:36.128 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.128 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:36.128 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.128 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000C4: releasing valid endpoint
17:20:36.128 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000C4: releasing endpoint
17:20:36.128 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000C4: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:36.128 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000C4: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.129 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:36.129 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:36.130 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000C6: preparing request execution
17:20:36.130 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:36.130 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:36.130 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000C6: target auth state: UNCHALLENGED
17:20:36.130 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000C6: proxy auth state: UNCHALLENGED
17:20:36.130 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000C6: acquiring connection with route {}->npipe://localhost:2375
17:20:36.130 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000C6: acquiring endpoint (3 MINUTES)
17:20:36.130 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000C6: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.130 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000C6: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.130 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000C6: acquired ep-000000C5
17:20:36.130 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000C6: acquired endpoint ep-000000C5
17:20:36.130 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000C6: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:36.130 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000C5: start execution ex-000000C6
17:20:36.130 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000C5: executing exchange ex-000000C6 over http-outgoing-2
17:20:36.130 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:36.130 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:36.130 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:36.130 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:36.130 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:36.130 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:36.130 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:36.130 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:36.130 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:36.130 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:36.130 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:36.130 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:36.130 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:36.130 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:36.130 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:36.142 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:36.142 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:36.142 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:36.142 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:36 GMT[\r][\n]"
17:20:36.142 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:36.142 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:36.142 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:36.142 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:36.142 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.142 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:36.142 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:36.142 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:36.142 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:36 GMT
17:20:36.142 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:36.142 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:36.142 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:36.142 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:36.143 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000C6: connection can be kept alive for 3 MINUTES
17:20:36.149 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:36.149 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:36.149 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:36.150 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.150 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:36.150 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.150 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000C5: releasing valid endpoint
17:20:36.150 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000C5: releasing endpoint
17:20:36.150 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000C5: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:36.150 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000C5: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.150 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:36.150 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:36.151 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000C7: preparing request execution
17:20:36.151 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:36.151 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:36.151 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000C7: target auth state: UNCHALLENGED
17:20:36.151 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000C7: proxy auth state: UNCHALLENGED
17:20:36.151 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000C7: acquiring connection with route {}->npipe://localhost:2375
17:20:36.151 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000C7: acquiring endpoint (3 MINUTES)
17:20:36.151 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000C7: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.151 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000C7: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.151 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000C7: acquired ep-000000C6
17:20:36.151 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000C7: acquired endpoint ep-000000C6
17:20:36.151 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000C7: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:36.151 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000C6: start execution ex-000000C7
17:20:36.151 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000C6: executing exchange ex-000000C7 over http-outgoing-2
17:20:36.151 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:36.151 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:36.151 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:36.151 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:36.151 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:36.151 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:36.151 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:36.151 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:36.151 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:36.151 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:36.151 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:36.151 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:36.151 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:36.151 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:36.151 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:36.163 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:36.163 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:36.163 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:36.163 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:36 GMT[\r][\n]"
17:20:36.163 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:36.163 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:36.163 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:36.163 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:36.163 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.163 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:36.163 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:36.163 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:36.163 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:36 GMT
17:20:36.163 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:36.163 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:36.163 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:36.164 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:36.164 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000C7: connection can be kept alive for 3 MINUTES
17:20:36.170 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:36.170 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:36.171 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:36.172 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.172 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:36.172 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.172 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000C6: releasing valid endpoint
17:20:36.172 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000C6: releasing endpoint
17:20:36.172 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000C6: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:36.172 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000C6: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.172 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:36.172 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:36.173 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000C8: preparing request execution
17:20:36.173 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:36.173 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:36.173 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000C8: target auth state: UNCHALLENGED
17:20:36.173 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000C8: proxy auth state: UNCHALLENGED
17:20:36.173 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000C8: acquiring connection with route {}->npipe://localhost:2375
17:20:36.173 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000C8: acquiring endpoint (3 MINUTES)
17:20:36.173 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000C8: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.173 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000C8: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.174 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000C8: acquired ep-000000C7
17:20:36.174 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000C8: acquired endpoint ep-000000C7
17:20:36.174 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000C8: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:36.174 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000C7: start execution ex-000000C8
17:20:36.174 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000C7: executing exchange ex-000000C8 over http-outgoing-2
17:20:36.174 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:36.174 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:36.174 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:36.174 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:36.174 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:36.174 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:36.174 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:36.174 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:36.174 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:36.174 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:36.174 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:36.174 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:36.174 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:36.174 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:36.174 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:36.189 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:36.190 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:36.190 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:36.190 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:36 GMT[\r][\n]"
17:20:36.190 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:36.190 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:36.190 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:36.190 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:36.190 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.190 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:36.190 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:36.190 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:36.190 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:36 GMT
17:20:36.190 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:36.190 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:36.190 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:36.190 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:36.191 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000C8: connection can be kept alive for 3 MINUTES
17:20:36.196 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:36.196 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:36.196 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:36.197 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.197 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:36.197 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.197 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000C7: releasing valid endpoint
17:20:36.197 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000C7: releasing endpoint
17:20:36.197 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000C7: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:36.197 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000C7: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.197 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:36.197 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:36.198 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000C9: preparing request execution
17:20:36.198 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:36.198 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:36.198 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000C9: target auth state: UNCHALLENGED
17:20:36.198 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000C9: proxy auth state: UNCHALLENGED
17:20:36.198 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000C9: acquiring connection with route {}->npipe://localhost:2375
17:20:36.198 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000C9: acquiring endpoint (3 MINUTES)
17:20:36.198 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000C9: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.198 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000C9: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.198 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000C9: acquired ep-000000C8
17:20:36.198 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000C9: acquired endpoint ep-000000C8
17:20:36.198 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000C9: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:36.198 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000C8: start execution ex-000000C9
17:20:36.198 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000C8: executing exchange ex-000000C9 over http-outgoing-2
17:20:36.198 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:36.198 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:36.198 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:36.198 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:36.198 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:36.198 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:36.198 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:36.198 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:36.198 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:36.198 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:36.198 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:36.198 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:36.198 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:36.198 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:36.198 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:36.212 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:36.212 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:36.212 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:36.212 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:36 GMT[\r][\n]"
17:20:36.212 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:36.212 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:36.212 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:36.212 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:36.212 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.212 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:36.212 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:36.212 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:36.212 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:36 GMT
17:20:36.212 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:36.212 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:36.212 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:36.212 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:36.212 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000C9: connection can be kept alive for 3 MINUTES
17:20:36.228 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:36.228 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:36.228 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:36.229 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.229 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:36.229 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.229 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000C8: releasing valid endpoint
17:20:36.229 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000C8: releasing endpoint
17:20:36.229 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000C8: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:36.229 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000C8: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.229 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:36.229 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:36.230 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000CA: preparing request execution
17:20:36.230 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:36.230 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:36.230 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000CA: target auth state: UNCHALLENGED
17:20:36.230 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000CA: proxy auth state: UNCHALLENGED
17:20:36.230 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000CA: acquiring connection with route {}->npipe://localhost:2375
17:20:36.230 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000CA: acquiring endpoint (3 MINUTES)
17:20:36.230 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000CA: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.230 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000CA: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.230 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000CA: acquired ep-000000C9
17:20:36.230 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000CA: acquired endpoint ep-000000C9
17:20:36.230 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000CA: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:36.230 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000C9: start execution ex-000000CA
17:20:36.230 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000C9: executing exchange ex-000000CA over http-outgoing-2
17:20:36.231 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:36.231 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:36.231 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:36.231 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:36.231 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:36.231 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:36.231 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:36.231 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:36.231 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:36.231 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:36.231 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:36.231 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:36.231 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:36.231 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:36.231 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:36.246 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:36.246 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:36.246 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:36.246 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:36 GMT[\r][\n]"
17:20:36.246 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:36.246 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:36.246 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:36.246 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:36.246 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.246 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:36.246 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:36.246 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:36.246 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:36 GMT
17:20:36.246 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:36.246 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:36.246 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:36.246 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:36.247 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000CA: connection can be kept alive for 3 MINUTES
17:20:36.257 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:36.258 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:36.258 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:36.260 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.260 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:36.260 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.260 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000C9: releasing valid endpoint
17:20:36.260 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000C9: releasing endpoint
17:20:36.260 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000C9: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:36.260 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000C9: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.260 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:36.260 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:36.260 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000CB: preparing request execution
17:20:36.260 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:36.261 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:36.261 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000CB: target auth state: UNCHALLENGED
17:20:36.261 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000CB: proxy auth state: UNCHALLENGED
17:20:36.261 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000CB: acquiring connection with route {}->npipe://localhost:2375
17:20:36.261 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000CB: acquiring endpoint (3 MINUTES)
17:20:36.261 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000CB: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.261 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000CB: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.261 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000CB: acquired ep-000000CA
17:20:36.261 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000CB: acquired endpoint ep-000000CA
17:20:36.261 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000CB: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:36.261 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000CA: start execution ex-000000CB
17:20:36.261 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000CA: executing exchange ex-000000CB over http-outgoing-2
17:20:36.261 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:36.261 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:36.261 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:36.261 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:36.261 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:36.261 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:36.261 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:36.261 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:36.261 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:36.261 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:36.261 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:36.261 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:36.261 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:36.261 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:36.261 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:36.275 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:36.275 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:36.275 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:36.275 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:36 GMT[\r][\n]"
17:20:36.275 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:36.275 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:36.275 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:36.275 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:36.275 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.276 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:36.276 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:36.276 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:36.276 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:36 GMT
17:20:36.276 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:36.276 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:36.276 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:36.276 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:36.276 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000CB: connection can be kept alive for 3 MINUTES
17:20:36.283 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:36.283 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:36.284 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:36.285 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.285 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:36.285 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.285 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000CA: releasing valid endpoint
17:20:36.285 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000CA: releasing endpoint
17:20:36.285 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000CA: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:36.285 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000CA: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.285 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:36.285 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:36.286 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000CC: preparing request execution
17:20:36.286 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:36.286 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:36.286 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000CC: target auth state: UNCHALLENGED
17:20:36.286 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000CC: proxy auth state: UNCHALLENGED
17:20:36.286 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000CC: acquiring connection with route {}->npipe://localhost:2375
17:20:36.286 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000CC: acquiring endpoint (3 MINUTES)
17:20:36.286 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000CC: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.286 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000CC: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.286 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000CC: acquired ep-000000CB
17:20:36.286 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000CC: acquired endpoint ep-000000CB
17:20:36.286 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000CC: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:36.286 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000CB: start execution ex-000000CC
17:20:36.286 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000CB: executing exchange ex-000000CC over http-outgoing-2
17:20:36.286 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:36.286 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:36.286 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:36.286 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:36.286 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:36.286 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:36.286 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:36.286 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:36.286 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:36.286 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:36.286 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:36.286 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:36.286 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:36.286 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:36.286 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:36.299 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:36.299 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:36.299 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:36.299 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:36 GMT[\r][\n]"
17:20:36.299 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:36.299 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:36.299 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:36.299 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:36.299 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.299 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:36.299 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:36.299 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:36.299 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:36 GMT
17:20:36.299 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:36.299 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:36.299 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:36.299 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:36.299 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000CC: connection can be kept alive for 3 MINUTES
17:20:36.303 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:36.303 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:36.304 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:36.304 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.304 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:36.304 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.304 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000CB: releasing valid endpoint
17:20:36.304 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000CB: releasing endpoint
17:20:36.304 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000CB: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:36.304 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000CB: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.305 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:36.305 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:36.305 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000CD: preparing request execution
17:20:36.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:36.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:36.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000CD: target auth state: UNCHALLENGED
17:20:36.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000CD: proxy auth state: UNCHALLENGED
17:20:36.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000CD: acquiring connection with route {}->npipe://localhost:2375
17:20:36.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000CD: acquiring endpoint (3 MINUTES)
17:20:36.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000CD: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000CD: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000CD: acquired ep-000000CC
17:20:36.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000CD: acquired endpoint ep-000000CC
17:20:36.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000CD: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:36.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000CC: start execution ex-000000CD
17:20:36.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000CC: executing exchange ex-000000CD over http-outgoing-2
17:20:36.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:36.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:36.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:36.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:36.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:36.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:36.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:36.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:36.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:36.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:36.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:36.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:36.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:36.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:36.306 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:36.315 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:36.315 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:36.315 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:36.315 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:36 GMT[\r][\n]"
17:20:36.315 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:36.315 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:36.315 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:36.315 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:36.315 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.316 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:36.316 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:36.316 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:36.316 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:36 GMT
17:20:36.316 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:36.316 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:36.316 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:36.316 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:36.316 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000CD: connection can be kept alive for 3 MINUTES
17:20:36.332 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:36.332 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:36.333 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:36.333 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.333 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:36.333 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.333 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000CC: releasing valid endpoint
17:20:36.333 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000CC: releasing endpoint
17:20:36.334 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000CC: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:36.334 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000CC: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.334 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:36.334 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:36.334 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000CE: preparing request execution
17:20:36.334 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:36.334 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:36.334 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000CE: target auth state: UNCHALLENGED
17:20:36.334 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000CE: proxy auth state: UNCHALLENGED
17:20:36.334 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000CE: acquiring connection with route {}->npipe://localhost:2375
17:20:36.334 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000CE: acquiring endpoint (3 MINUTES)
17:20:36.334 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000CE: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.335 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000CE: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.335 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000CE: acquired ep-000000CD
17:20:36.335 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000CE: acquired endpoint ep-000000CD
17:20:36.335 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000CE: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:36.335 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000CD: start execution ex-000000CE
17:20:36.335 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000CD: executing exchange ex-000000CE over http-outgoing-2
17:20:36.335 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:36.335 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:36.335 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:36.335 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:36.335 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:36.335 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:36.335 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:36.335 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:36.335 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:36.335 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:36.335 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:36.335 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:36.335 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:36.335 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:36.335 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:36.347 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:36.347 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:36.347 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:36.347 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:36 GMT[\r][\n]"
17:20:36.347 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:36.347 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:36.347 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:36.347 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:36.347 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.347 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:36.347 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:36.347 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:36.347 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:36 GMT
17:20:36.347 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:36.347 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:36.347 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:36.347 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:36.348 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000CE: connection can be kept alive for 3 MINUTES
17:20:36.360 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:36.360 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:36.361 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:36.362 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.363 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:36.363 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.364 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000CD: releasing valid endpoint
17:20:36.364 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000CD: releasing endpoint
17:20:36.364 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000CD: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:36.364 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000CD: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.364 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:36.364 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:36.364 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000CF: preparing request execution
17:20:36.364 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:36.364 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:36.364 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000CF: target auth state: UNCHALLENGED
17:20:36.364 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000CF: proxy auth state: UNCHALLENGED
17:20:36.364 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000CF: acquiring connection with route {}->npipe://localhost:2375
17:20:36.364 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000CF: acquiring endpoint (3 MINUTES)
17:20:36.364 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000CF: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.365 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000CF: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.365 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000CF: acquired ep-000000CE
17:20:36.365 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000CF: acquired endpoint ep-000000CE
17:20:36.365 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000CF: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:36.365 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000CE: start execution ex-000000CF
17:20:36.365 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000CE: executing exchange ex-000000CF over http-outgoing-2
17:20:36.365 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:36.365 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:36.365 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:36.365 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:36.365 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:36.365 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:36.365 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:36.365 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:36.365 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:36.365 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:36.365 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:36.365 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:36.365 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:36.365 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:36.365 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:36.377 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:36.377 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:36.377 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:36.377 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:36 GMT[\r][\n]"
17:20:36.377 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:36.377 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:36.377 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:36.377 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:36.377 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.377 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:36.377 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:36.377 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:36.377 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:36 GMT
17:20:36.377 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:36.377 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:36.377 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:36.377 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:36.377 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000CF: connection can be kept alive for 3 MINUTES
17:20:36.394 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:36.395 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:36.396 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:36.398 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.398 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:36.398 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.398 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000CE: releasing valid endpoint
17:20:36.398 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000CE: releasing endpoint
17:20:36.398 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000CE: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:36.398 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000CE: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.398 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:36.398 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:36.399 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000D0: preparing request execution
17:20:36.399 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:36.399 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:36.399 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000D0: target auth state: UNCHALLENGED
17:20:36.399 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000D0: proxy auth state: UNCHALLENGED
17:20:36.399 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000D0: acquiring connection with route {}->npipe://localhost:2375
17:20:36.399 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000D0: acquiring endpoint (3 MINUTES)
17:20:36.399 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000D0: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.399 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000D0: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.399 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000D0: acquired ep-000000CF
17:20:36.399 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000D0: acquired endpoint ep-000000CF
17:20:36.399 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000D0: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:36.399 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000CF: start execution ex-000000D0
17:20:36.399 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000CF: executing exchange ex-000000D0 over http-outgoing-2
17:20:36.399 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:36.399 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:36.399 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:36.399 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:36.399 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:36.399 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:36.399 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:36.399 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:36.399 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:36.399 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:36.399 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:36.399 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:36.399 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:36.399 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:36.399 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:36.432 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:36.433 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:36.434 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:36.434 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:36 GMT[\r][\n]"
17:20:36.434 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:36.434 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:36.434 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:36.434 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:36.434 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.435 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:36.435 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:36.435 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:36.435 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:36 GMT
17:20:36.435 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:36.435 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:36.435 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:36.435 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:36.435 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000D0: connection can be kept alive for 3 MINUTES
17:20:36.458 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:36.459 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:36.460 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:36.462 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.462 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:36.462 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.462 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000CF: releasing valid endpoint
17:20:36.462 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000CF: releasing endpoint
17:20:36.462 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000CF: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:36.462 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000CF: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.462 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:36.462 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:36.465 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000D1: preparing request execution
17:20:36.465 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:36.465 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:36.465 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000D1: target auth state: UNCHALLENGED
17:20:36.465 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000D1: proxy auth state: UNCHALLENGED
17:20:36.465 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000D1: acquiring connection with route {}->npipe://localhost:2375
17:20:36.465 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000D1: acquiring endpoint (3 MINUTES)
17:20:36.465 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000D1: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.465 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000D1: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.465 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000D1: acquired ep-000000D0
17:20:36.465 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000D1: acquired endpoint ep-000000D0
17:20:36.465 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000D1: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:36.465 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000D0: start execution ex-000000D1
17:20:36.465 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000D0: executing exchange ex-000000D1 over http-outgoing-2
17:20:36.465 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:36.465 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:36.465 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:36.465 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:36.465 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:36.465 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:36.465 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:36.465 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:36.465 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:36.466 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:36.466 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:36.466 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:36.466 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:36.466 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:36.466 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:36.494 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:36.495 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:36.496 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:36.496 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:36 GMT[\r][\n]"
17:20:36.496 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:36.496 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:36.496 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:36.496 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:36.496 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.496 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:36.496 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:36.497 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:36.497 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:36 GMT
17:20:36.497 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:36.497 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:36.497 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:36.497 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:36.497 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000D1: connection can be kept alive for 3 MINUTES
17:20:36.515 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:36.515 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:36.516 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:36.516 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.516 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:36.516 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.516 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000D0: releasing valid endpoint
17:20:36.516 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000D0: releasing endpoint
17:20:36.516 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000D0: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:36.516 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000D0: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.516 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:36.517 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:36.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000D2: preparing request execution
17:20:36.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:36.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:36.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000D2: target auth state: UNCHALLENGED
17:20:36.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000D2: proxy auth state: UNCHALLENGED
17:20:36.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000D2: acquiring connection with route {}->npipe://localhost:2375
17:20:36.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000D2: acquiring endpoint (3 MINUTES)
17:20:36.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000D2: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000D2: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000D2: acquired ep-000000D1
17:20:36.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000D2: acquired endpoint ep-000000D1
17:20:36.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000D2: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:36.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000D1: start execution ex-000000D2
17:20:36.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000D1: executing exchange ex-000000D2 over http-outgoing-2
17:20:36.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:36.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:36.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:36.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:36.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:36.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:36.517 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:36.518 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:36.518 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:36.518 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:36.518 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:36.518 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:36.518 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:36.518 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:36.518 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:36.544 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:36.544 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:36.544 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:36.544 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:36 GMT[\r][\n]"
17:20:36.544 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:36.544 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:36.544 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:36.544 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:36.544 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.545 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:36.545 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:36.545 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:36.545 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:36 GMT
17:20:36.545 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:36.545 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:36.545 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:36.545 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:36.545 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000D2: connection can be kept alive for 3 MINUTES
17:20:36.558 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:36.558 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:36.558 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:36.560 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.561 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:36.561 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.561 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000D1: releasing valid endpoint
17:20:36.561 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000D1: releasing endpoint
17:20:36.561 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000D1: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:36.561 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000D1: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.561 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:36.562 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:36.563 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000D3: preparing request execution
17:20:36.563 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:36.563 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:36.563 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000D3: target auth state: UNCHALLENGED
17:20:36.563 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000D3: proxy auth state: UNCHALLENGED
17:20:36.563 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000D3: acquiring connection with route {}->npipe://localhost:2375
17:20:36.563 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000D3: acquiring endpoint (3 MINUTES)
17:20:36.563 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000D3: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.563 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000D3: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.563 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000D3: acquired ep-000000D2
17:20:36.563 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000D3: acquired endpoint ep-000000D2
17:20:36.563 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000D3: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:36.563 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000D2: start execution ex-000000D3
17:20:36.563 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000D2: executing exchange ex-000000D3 over http-outgoing-2
17:20:36.563 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:36.563 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:36.563 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:36.563 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:36.563 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:36.563 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:36.563 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:36.563 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:36.563 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:36.563 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:36.563 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:36.563 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:36.563 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:36.563 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:36.563 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:36.577 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:36.577 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:36.577 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:36.577 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:36 GMT[\r][\n]"
17:20:36.577 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:36.577 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:36.577 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:36.577 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:36.577 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.577 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:36.577 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:36.577 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:36.577 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:36 GMT
17:20:36.577 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:36.577 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:36.577 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:36.577 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:36.577 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000D3: connection can be kept alive for 3 MINUTES
17:20:36.585 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:36.585 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:36.585 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:36.588 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.588 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:36.588 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.588 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000D2: releasing valid endpoint
17:20:36.588 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000D2: releasing endpoint
17:20:36.588 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000D2: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:36.588 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000D2: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.588 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:36.589 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:36.589 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000D4: preparing request execution
17:20:36.589 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:36.589 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:36.589 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000D4: target auth state: UNCHALLENGED
17:20:36.590 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000D4: proxy auth state: UNCHALLENGED
17:20:36.590 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000D4: acquiring connection with route {}->npipe://localhost:2375
17:20:36.590 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000D4: acquiring endpoint (3 MINUTES)
17:20:36.590 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000D4: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.590 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000D4: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.590 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000D4: acquired ep-000000D3
17:20:36.590 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000D4: acquired endpoint ep-000000D3
17:20:36.590 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000D4: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:36.590 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000D3: start execution ex-000000D4
17:20:36.590 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000D3: executing exchange ex-000000D4 over http-outgoing-2
17:20:36.590 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:36.590 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:36.590 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:36.590 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:36.590 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:36.590 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:36.590 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:36.590 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:36.590 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:36.590 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:36.590 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:36.590 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:36.590 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:36.590 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:36.590 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:36.609 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:36.609 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:36.609 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:36.609 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:36 GMT[\r][\n]"
17:20:36.609 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:36.610 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:36.610 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:36.610 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:36.610 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.610 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:36.610 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:36.610 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:36.610 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:36 GMT
17:20:36.610 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:36.610 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:36.610 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:36.610 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:36.610 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000D4: connection can be kept alive for 3 MINUTES
17:20:36.617 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:36.617 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:36.617 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:36.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:36.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000D3: releasing valid endpoint
17:20:36.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000D3: releasing endpoint
17:20:36.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000D3: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:36.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000D3: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.618 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:36.618 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:36.618 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000D5: preparing request execution
17:20:36.619 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:36.620 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:36.620 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000D5: target auth state: UNCHALLENGED
17:20:36.620 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000D5: proxy auth state: UNCHALLENGED
17:20:36.620 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000D5: acquiring connection with route {}->npipe://localhost:2375
17:20:36.620 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000D5: acquiring endpoint (3 MINUTES)
17:20:36.620 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000D5: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.620 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000D5: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.620 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000D5: acquired ep-000000D4
17:20:36.620 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000D5: acquired endpoint ep-000000D4
17:20:36.620 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000D5: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:36.620 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000D4: start execution ex-000000D5
17:20:36.620 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000D4: executing exchange ex-000000D5 over http-outgoing-2
17:20:36.620 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:36.620 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:36.620 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:36.620 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:36.620 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:36.620 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:36.620 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:36.620 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:36.620 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:36.620 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:36.620 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:36.620 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:36.620 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:36.620 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:36.620 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:36.638 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:36.638 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:36.638 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:36.638 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:36 GMT[\r][\n]"
17:20:36.638 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:36.638 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:36.638 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:36.638 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:36.638 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.638 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:36.638 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:36.638 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:36.638 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:36 GMT
17:20:36.638 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:36.638 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:36.638 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:36.638 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:36.638 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000D5: connection can be kept alive for 3 MINUTES
17:20:36.644 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:36.644 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:36.645 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:36.646 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.646 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:36.646 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.646 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000D4: releasing valid endpoint
17:20:36.646 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000D4: releasing endpoint
17:20:36.646 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000D4: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:36.646 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000D4: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.646 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:36.646 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:36.647 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000D6: preparing request execution
17:20:36.647 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:36.647 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:36.647 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000D6: target auth state: UNCHALLENGED
17:20:36.647 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000D6: proxy auth state: UNCHALLENGED
17:20:36.647 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000D6: acquiring connection with route {}->npipe://localhost:2375
17:20:36.647 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000D6: acquiring endpoint (3 MINUTES)
17:20:36.647 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000D6: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.647 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000D6: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.647 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000D6: acquired ep-000000D5
17:20:36.647 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000D6: acquired endpoint ep-000000D5
17:20:36.647 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000D6: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:36.647 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000D5: start execution ex-000000D6
17:20:36.647 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000D5: executing exchange ex-000000D6 over http-outgoing-2
17:20:36.647 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:36.647 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:36.647 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:36.648 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:36.648 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:36.648 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:36.648 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:36.648 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:36.648 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:36.648 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:36.648 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:36.648 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:36.648 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:36.648 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:36.648 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:36.664 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:36.664 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:36.664 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:36.664 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:36 GMT[\r][\n]"
17:20:36.664 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:36.664 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:36.664 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:36.664 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:36.664 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.664 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:36.664 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:36.664 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:36.664 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:36 GMT
17:20:36.664 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:36.664 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:36.664 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:36.664 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:36.664 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000D6: connection can be kept alive for 3 MINUTES
17:20:36.679 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "223d[\r][\n]"
17:20:36.679 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"M"
17:20:36.679 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "emorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:36.680 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.681 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:36.681 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:36.681 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000D5: releasing valid endpoint
17:20:36.681 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000D5: releasing endpoint
17:20:36.681 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000D5: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:36.681 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000D5: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.681 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:36.682 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:36.683 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000D7: preparing request execution
17:20:36.685 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:36.685 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:36.685 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000D7: target auth state: UNCHALLENGED
17:20:36.685 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000D7: proxy auth state: UNCHALLENGED
17:20:36.685 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000D7: acquiring connection with route {}->npipe://localhost:2375
17:20:36.685 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000D7: acquiring endpoint (3 MINUTES)
17:20:36.685 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000D7: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.685 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000D7: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:36.685 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000D7: acquired ep-000000D6
17:20:36.685 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000D7: acquired endpoint ep-000000D6
17:20:36.685 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000D7: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:36.685 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000D6: start execution ex-000000D7
17:20:36.685 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000D6: executing exchange ex-000000D7 over http-outgoing-2
17:20:36.685 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:36.685 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:36.685 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:36.685 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:36.685 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:36.685 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:36.685 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:36.685 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:36.685 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:36.685 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:36.685 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:36.685 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:36.685 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:36.685 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:36.685 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:37.028 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:37.028 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:37.029 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:37.029 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:37 GMT[\r][\n]"
17:20:37.029 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:37.029 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:37.029 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:37.029 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:37.029 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:37.029 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:37.029 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:37.029 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:37.029 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:37 GMT
17:20:37.029 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:37.029 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:37.029 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:37.029 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:37.029 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000D7: connection can be kept alive for 3 MINUTES
17:20:37.035 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "227d[\r][\n]"
17:20:37.035 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":["49ff0232bf6f506b9c89d1b80f58cb066730dae1fa98d12d36ba24bff222bab4"],"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":nu"
17:20:37.036 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "ll,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:37.037 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:37.037 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:37.037 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:37.037 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000D6: releasing valid endpoint
17:20:37.037 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000D6: releasing endpoint
17:20:37.037 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000D6: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:37.038 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000D6: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:37.053 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:37.054 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:37.054 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000D8: preparing request execution
17:20:37.054 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:37.054 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:37.054 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000D8: target auth state: UNCHALLENGED
17:20:37.054 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000D8: proxy auth state: UNCHALLENGED
17:20:37.054 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000D8: acquiring connection with route {}->npipe://localhost:2375
17:20:37.054 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000D8: acquiring endpoint (3 MINUTES)
17:20:37.054 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000D8: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:37.055 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000D8: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:37.055 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000D8: acquired ep-000000D7
17:20:37.055 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000D8: acquired endpoint ep-000000D7
17:20:37.055 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000D8: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:37.055 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000D7: start execution ex-000000D8
17:20:37.055 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000D7: executing exchange ex-000000D8 over http-outgoing-2
17:20:37.055 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:37.055 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:37.055 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:37.055 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:37.055 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:37.055 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:37.055 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:37.055 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:37.055 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:37.055 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:37.055 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:37.055 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:37.055 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:37.055 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:37.055 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:37.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:37.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:37.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:37.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:37 GMT[\r][\n]"
17:20:37.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:37.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:37.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:37.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:37.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:37.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:37.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:37.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:37.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:37 GMT
17:20:37.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:37.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:37.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:37.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:37.064 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000D8: connection can be kept alive for 3 MINUTES
17:20:37.074 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "227d[\r][\n]"
17:20:37.075 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":["49ff0232bf6f506b9c89d1b80f58cb066730dae1fa98d12d36ba24bff222bab4"],"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":nu"
17:20:37.075 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "ll,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:37.076 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:37.076 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:37.076 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:37.076 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000D7: releasing valid endpoint
17:20:37.076 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000D7: releasing endpoint
17:20:37.076 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000D7: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:37.076 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000D7: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:37.077 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:37.077 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:37.077 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000D9: preparing request execution
17:20:37.077 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:37.077 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:37.077 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000D9: target auth state: UNCHALLENGED
17:20:37.077 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000D9: proxy auth state: UNCHALLENGED
17:20:37.077 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000D9: acquiring connection with route {}->npipe://localhost:2375
17:20:37.077 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000D9: acquiring endpoint (3 MINUTES)
17:20:37.077 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000D9: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:37.077 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000D9: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:37.077 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000D9: acquired ep-000000D8
17:20:37.077 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000D9: acquired endpoint ep-000000D8
17:20:37.077 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000D9: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:37.077 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000D8: start execution ex-000000D9
17:20:37.077 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000D8: executing exchange ex-000000D9 over http-outgoing-2
17:20:37.077 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:37.077 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:37.077 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:37.077 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:37.077 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:37.077 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:37.077 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:37.077 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:37.077 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:37.077 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:37.077 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:37.077 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:37.077 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:37.077 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:37.077 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:37.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:37.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:37.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:37.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:37 GMT[\r][\n]"
17:20:37.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:37.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:37.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:37.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:37.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:37.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:37.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:37.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:37.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:37 GMT
17:20:37.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:37.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:37.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:37.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:37.089 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000D9: connection can be kept alive for 3 MINUTES
17:20:37.105 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "227d[\r][\n]"
17:20:37.105 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"starting","FailingStreak":4,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":["49ff0232bf6f506b9c89d1b80f58cb066730dae1fa98d12d36ba24bff222bab4"],"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"CpuQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":nu"
17:20:37.107 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "ll,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:37.108 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:37.112 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:37.112 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:37.112 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000D8: releasing valid endpoint
17:20:37.112 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000D8: releasing endpoint
17:20:37.113 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000D8: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:37.113 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000D8: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:37.113 [ducttape-1] DEBUG o.t.s.c.g.d.c.command.AbstrDockerCmd - Cmd: f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9,false
17:20:37.113 [ducttape-1] DEBUG o.t.s.c.g.d.c.e.InspectContainerCmdExec - GET: DefaultWebTarget{path=[/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json], queryParams={}}
17:20:37.114 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000DA: preparing request execution
17:20:37.114 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAddCookies - Cookie spec selected: strict
17:20:37.114 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.p.RequestAuthCache - Auth cache not set in the context
17:20:37.114 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000DA: target auth state: UNCHALLENGED
17:20:37.114 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ProtocolExec - ex-000000DA: proxy auth state: UNCHALLENGED
17:20:37.114 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.ConnectExec - ex-000000DA: acquiring connection with route {}->npipe://localhost:2375
17:20:37.114 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000DA: acquiring endpoint (3 MINUTES)
17:20:37.114 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000DA: endpoint lease request (3 MINUTES) [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:37.114 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000DA: endpoint leased [route: {}->npipe://localhost:2375][total available: 1; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]
17:20:37.114 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ex-000000DA: acquired ep-000000D9
17:20:37.114 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ex-000000DA: acquired endpoint ep-000000D9
17:20:37.114 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000DA: executing GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:37.114 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000D9: start execution ex-000000DA
17:20:37.114 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000D9: executing exchange ex-000000DA over http-outgoing-2
17:20:37.114 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1
17:20:37.114 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> accept: application/json
17:20:37.114 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5
17:20:37.114 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Accept-Encoding: gzip, x-gzip, deflate
17:20:37.114 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Host: localhost:2375
17:20:37.114 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> Connection: keep-alive
17:20:37.114 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 >> User-Agent: Apache-HttpClient/5.0.3 (Java/17)
17:20:37.114 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "GET /v1.32/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/json HTTP/1.1[\r][\n]"
17:20:37.114 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "accept: application/json[\r][\n]"
17:20:37.114 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "x-tc-sid: fabc2d94-4b6e-43ec-8e96-eae5f870aeb5[\r][\n]"
17:20:37.114 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Accept-Encoding: gzip, x-gzip, deflate[\r][\n]"
17:20:37.114 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Host: localhost:2375[\r][\n]"
17:20:37.114 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "Connection: keep-alive[\r][\n]"
17:20:37.114 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "User-Agent: Apache-HttpClient/5.0.3 (Java/17)[\r][\n]"
17:20:37.114 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 >> "[\r][\n]"
17:20:37.154 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "HTTP/1.1 200 OK[\r][\n]"
17:20:37.154 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Api-Version: 1.41[\r][\n]"
17:20:37.154 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Content-Type: application/json[\r][\n]"
17:20:37.154 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Date: Thu, 04 May 2023 14:20:37 GMT[\r][\n]"
17:20:37.154 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Docker-Experimental: false[\r][\n]"
17:20:37.154 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Ostype: linux[\r][\n]"
17:20:37.154 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Server: Docker/20.10.24 (linux)[\r][\n]"
17:20:37.154 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "Transfer-Encoding: chunked[\r][\n]"
17:20:37.154 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:37.154 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << HTTP/1.1 200 OK
17:20:37.155 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Api-Version: 1.41
17:20:37.155 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Content-Type: application/json
17:20:37.155 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Date: Thu, 04 May 2023 14:20:37 GMT
17:20:37.155 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Docker-Experimental: false
17:20:37.155 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Ostype: linux
17:20:37.155 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Server: Docker/20.10.24 (linux)
17:20:37.155 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.client5.http.headers - http-outgoing-2 << Transfer-Encoding: chunked
17:20:37.155 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.MainClientExec - ex-000000DA: connection can be kept alive for 3 MINUTES
17:20:37.162 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "230f[\r][\n]"
17:20:37.162 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "{"Id":"f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9","Created":"2023-05-04T14:20:08.330856855Z","Path":"docker-entrypoint.sh","Args":["mysqld"],"State":{"Status":"running","Running":true,"Paused":false,"Restarting":false,"OOMKilled":false,"Dead":false,"Pid":3523,"ExitCode":0,"Error":"","StartedAt":"2023-05-04T14:20:10.141392718Z","FinishedAt":"0001-01-01T00:00:00Z","Health":{"Status":"healthy","FailingStreak":0,"Log":[{"Start":"2023-05-04T14:20:15.142821359Z","End":"2023-05-04T14:20:15.463921933Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:20.53953134Z","End":"2023-05-04T14:20:21.124264366Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:26.144944124Z","End":"2023-05-04T14:20:26.436250935Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:31.451224519Z","End":"2023-05-04T14:20:31.651451271Z","ExitCode":1,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\n\u0007mysqladmin: connect to server at '127.0.0.1' failed\nerror: 'Can't connect to MySQL server on '127.0.0.1' (111)'\nCheck that mysqld is running on 127.0.0.1 and that the port is 3306.\nYou can check this by doing 'telnet 127.0.0.1 3306'\n"},{"Start":"2023-05-04T14:20:36.663967429Z","End":"2023-05-04T14:20:37.121486432Z","ExitCode":0,"Output":"mysqladmin: [Warning] Using a password on the command line interface can be insecure.\nmysqld is alive\n"}]}},"Image":"sha256:d73e862bc9a1e4a7d4668e98dea90b312477c62550196ea84eb1fde98b51a6b8","ResolvConfPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/resolv.conf","HostnamePath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hostname","HostsPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/hosts","LogPath":"/var/lib/docker/containers/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9/f86fd03330dab4e28a693205fbcf3caf1d289c30d06ccc484394827d322ebca9-json.log","Name":"/z6g93qfd8y2a_db_1","RestartCount":0,"Driver":"overlay2","Platform":"linux","MountLabel":"","ProcessLabel":"","AppArmorProfile":"","ExecIDs":null,"HostConfig":{"Binds":[],"ContainerIDFile":"","LogConfig":{"Type":"json-file","Config":{}},"NetworkMode":"z6g93qfd8y2a_default","PortBindings":{"3306/tcp":[{"HostIp":"","HostPort":"3306"}]},"RestartPolicy":{"Name":"unless-stopped","MaximumRetryCount":0},"AutoRemove":false,"VolumeDriver":"","VolumesFrom":[],"CapAdd":null,"CapDrop":null,"CgroupnsMode":"host","Dns":null,"DnsOptions":null,"DnsSearch":null,"ExtraHosts":null,"GroupAdd":null,"IpcMode":"private","Cgroup":"","Links":null,"OomScoreAdj":0,"PidMode":"","Privileged":false,"PublishAllPorts":false,"ReadonlyRootfs":false,"SecurityOpt":null,"UTSMode":"","UsernsMode":"","ShmSize":67108864,"Runtime":"runc","ConsoleSize":[0,0],"Isolation":"","CpuShares":0,"Memory":0,"NanoCpus":0,"CgroupParent":"","BlkioWeight":0,"BlkioWeightDevice":null,"BlkioDeviceReadBps":null,"BlkioDeviceWriteBps":null,"BlkioDeviceReadIOps":null,"BlkioDeviceWriteIOps":null,"CpuPeriod":0,"Cp"
17:20:37.162 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "uQuota":0,"CpuRealtimePeriod":0,"CpuRealtimeRuntime":0,"CpusetCpus":"","CpusetMems":"","Devices":null,"DeviceCgroupRules":null,"DeviceRequests":null,"KernelMemory":0,"KernelMemoryTCP":0,"MemoryReservation":0,"MemorySwap":0,"MemorySwappiness":null,"OomKillDisable":false,"PidsLimit":null,"Ulimits":null,"CpuCount":0,"CpuPercent":0,"IOMaximumIOps":0,"IOMaximumBandwidth":0,"MaskedPaths":["/proc/asound","/proc/acpi","/proc/kcore","/proc/keys","/proc/latency_stats","/proc/timer_list","/proc/timer_stats","/proc/sched_debug","/proc/scsi","/sys/firmware"],"ReadonlyPaths":["/proc/bus","/proc/fs","/proc/irq","/proc/sys","/proc/sysrq-trigger"]},"GraphDriver":{"Data":{"LowerDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860-init/diff:/var/lib/docker/overlay2/5h1gp2odrolrlt3p0ghh2y5or/diff:/var/lib/docker/overlay2/8baa3bb17f6a1839ad2b771aca3e88a96384f283db166caa11a33dfa81b91993/diff:/var/lib/docker/overlay2/93d7b73198fcc32bee73deb145f3ae94ec21dce2ffb2840cf50bd99ac5b19e8a/diff:/var/lib/docker/overlay2/32a29772babce6ce6ce919445f3ff3fd44ee281a67d9ba7fde8cca2e54c983dc/diff:/var/lib/docker/overlay2/911c53597dd8772bbe09dafd106871c52f773fe40807a72731fe4b3c61c62cde/diff:/var/lib/docker/overlay2/a8b55c208893465263a190915271e899bf1946a054d0ac3ade2f48e75bface57/diff:/var/lib/docker/overlay2/23e152f6196be73a33f7c17801c8456d09401f907a498ca86b41f7c1d84643c9/diff:/var/lib/docker/overlay2/8be049dadef850a8a23b7a8805b56692be456447820bfceb5e8a62f4d03c4cd0/diff:/var/lib/docker/overlay2/43c1220788752cc0b8fdd41d8b5f22bb5edcea8ce127857de328c9f14becb024/diff:/var/lib/docker/overlay2/6eef6d5c01ee3a96666138bbfc003a1bcea4da2018815cfdabb66ee842c2313d/diff:/var/lib/docker/overlay2/f28efa84cea07cc2661fb8b8b73a47e18de7f8f8c8fdbb21be0c15390309a76c/diff:/var/lib/docker/overlay2/6b1b0724efa303c9a057c3a6c95c9fea54f0c1af6fd1580d6a042f00b64e8eb9/diff","MergedDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/merged","UpperDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/diff","WorkDir":"/var/lib/docker/overlay2/faaab00c4132686e67f1c487803ba1027ff35c2cba8896a351845636757ff860/work"},"Name":"overlay2"},"Mounts":[{"Type":"volume","Name":"d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19","Source":"/var/lib/docker/volumes/d2a165f41a61fc1c9d13e67075546eece9215c4e898db70ac184cb28a9e6ff19/_data","Destination":"/var/lib/mysql","Driver":"local","Mode":"","RW":true,"Propagation":""}],"Config":{"Hostname":"mysql","Domainname":"","User":"","AttachStdin":false,"AttachStdout":false,"AttachStderr":false,"ExposedPorts":{"3306/tcp":{},"33060/tcp":{}},"Tty":false,"OpenStdin":false,"StdinOnce":false,"Env":["PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin","GOSU_VERSION=1.16","MYSQL_MAJOR=5.7","MYSQL_VERSION=5.7.41-1.el7","MYSQL_SHELL_VERSION=8.0.32-1.el7","MYSQL_DATABASE=db","MYSQL_USER=user","MYSQL_PASSWORD=password","MYSQL_ROOT_PASSWORD=password"],"Cmd":["mysqld"],"Healthcheck":{"Test":["CMD-SHELL","mysqladmin ping -h 127.0.0.1 -u $MYSQL_USER --password=$MYSQL_PASSWORD"],"Interval":5000000000,"Timeout":20000000000,"StartPeriod":5000000000,"Retries":10},"Image":"z6g93qfd8y2a_db","Volumes":{"/var/lib/mysql":{}},"WorkingDir":"","Entrypoint":["docker-entrypoint.sh"],"OnBuild":null,"Labels":{"com.docker.compose.config-hash":"3cceefca13daf6500975e2f7733a04da2207d622ba54c8f70dfd9f55e9dd90f1","com.docker.compose.container-number":"1","com.docker.compose.oneoff":"False","com.docker.compose.project":"z6g93qfd8y2a","com.docker.compose.project.config_files":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources/docker-compose.yml","com.docker.compose.project.working_dir":"/c/Workspace/egyetem/mesteri/enterprisemodszerek/bibliospring-gradle/src/test/resources","com.docker.compose.service":"db","com.docker.compose.version":"1.29.2"}},"NetworkSettings":{"Bridge":"","SandboxID":"bc139c0076efdc6dbbbfe662d9889302a91ef8e02aee306088ed0254a7475d8a","HairpinMode":false,"LinkLocalIPv6Address":"","LinkLocalIPv6PrefixLen":0,"Ports":{"3306/tcp":[{"HostIp":"0.0.0.0","HostPort":"3306"}],"33060/tcp":null},"SandboxKey":"/var/run/docker/netns/bc139c0076ef","SecondaryIPAddresses":null,"SecondaryIPv6Addresses":null,"EndpointID":"","Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"IPAddress":"","IPPrefixLen":0,"IPv6Gateway":"","MacAddress":"","Networks":{"z6g93qfd8y2a_default":{"IPAMConfig":null,"Links":null,"Aliases":["db","f86fd03330da","mysql"],"NetworkID":"94656840e789cbd67e9cd510d1fc612972545c65b171632cfe5c056f46ab7fef","EndpointID":"fe0d77b4370c8d3db19527de4acefeb8e7febaea220944abb6c573ec912eed8a","Gateway":"172.21.0.1","IPAddress":"172.21.0.2","IPPrefixLen":16,"IPv6Gateway":"","GlobalIPv6Address":"","GlobalIPv6PrefixLen":0,"MacAddress":"02:42:ac:15:00:02","DriverOpts":null}}}}[\n]"
17:20:37.163 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:37.163 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "0[\r][\n]"
17:20:37.163 [ducttape-1] DEBUG c.g.d.z.s.o.a.hc.client5.http.wire - http-outgoing-2 << "[\r][\n]"
17:20:37.163 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.c.InternalHttpClient - ep-000000D9: releasing valid endpoint
17:20:37.163 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000D9: releasing endpoint
17:20:37.163 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000D9: connection http-outgoing-2 can be kept alive for 3 MINUTES
17:20:37.163 [ducttape-1] DEBUG c.g.d.z.s.o.a.h.c.h.i.i.PoolingHttpClientConnectionManager - ep-000000D9: connection released [route: {}->npipe://localhost:2375][total available: 2; route allocated: 2 of 2147483647; total allocated: 2 of 2147483647]